From 0a48b23695831e95a70a96954740e9ae4c2c40d0 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Wed, 27 May 2020 12:42:38 +0200 Subject: [PATCH] chore(release): v4.1.0 :gem: --- History.markdown | 2 +- docs/_config.yml | 2 +- docs/latest_version.txt | 2 +- lib/jekyll/version.rb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/History.markdown b/History.markdown index aedb8ec6..ea28f3d4 100644 --- a/History.markdown +++ b/History.markdown @@ -1,4 +1,4 @@ -## HEAD +## 4.1 / 2020-05-27 ### Bug Fixes diff --git a/docs/_config.yml b/docs/_config.yml index ce0958fc..31c31b00 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,5 +1,5 @@ --- -version: 4.0.1 +version: 4.1.0 name: Jekyll • Simple, blog-aware, static sites description: Transform your plain text into static websites and blogs url: https://jekyllrb.com diff --git a/docs/latest_version.txt b/docs/latest_version.txt index 1454f6ed..ee74734a 100644 --- a/docs/latest_version.txt +++ b/docs/latest_version.txt @@ -1 +1 @@ -4.0.1 +4.1.0 diff --git a/lib/jekyll/version.rb b/lib/jekyll/version.rb index 90fe2391..49595d22 100644 --- a/lib/jekyll/version.rb +++ b/lib/jekyll/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Jekyll - VERSION = "4.0.1" + VERSION = "4.1.0" end