last released version is at 3.6.2

This commit is contained in:
Ashwin Maroli 2017-11-13 16:43:27 +05:30 committed by Frank Taillandier
parent fcb1b410e3
commit 7826bfe552
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
module Jekyll
VERSION = "3.6.0".freeze
VERSION = "3.6.2".freeze
end