chore: set verion to 4.0.1

This commit is contained in:
Frank Taillandier 2020-05-10 00:41:55 +02:00
parent b25d4374ee
commit e70e993721
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
---
version: 4.0.0
version: 4.0.1
name: Jekyll • Simple, blog-aware, static sites
description: Transform your plain text into static websites and blogs
url: https://jekyllrb.com

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Jekyll
VERSION = "4.0.0"
VERSION = "4.0.1"
end