chore: set verion to 4.0.1
This commit is contained in:
parent
b25d4374ee
commit
e70e993721
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
version: 4.0.0
|
version: 4.0.1
|
||||||
name: Jekyll • Simple, blog-aware, static sites
|
name: Jekyll • Simple, blog-aware, static sites
|
||||||
description: Transform your plain text into static websites and blogs
|
description: Transform your plain text into static websites and blogs
|
||||||
url: https://jekyllrb.com
|
url: https://jekyllrb.com
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Jekyll
|
module Jekyll
|
||||||
VERSION = "4.0.0"
|
VERSION = "4.0.1"
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue