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 GitHub
commit 80f6d7b3fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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