Merge pull request #6552 from ashmaroli/version-patch

Update Jekyll::VERSION to the latest released version
This commit is contained in:
Parker Moore 2017-12-02 14:55:27 -05:00 committed by Frank Taillandier
commit 0f04f446a7
No known key found for this signature in database
GPG Key ID: E73258E3F50AEB7E
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
module Jekyll module Jekyll
VERSION = "3.6.0".freeze VERSION = "3.6.2".freeze
end end