last released version is at 3.6.2

This commit is contained in:
Ashwin Maroli 2017-11-13 16:43:27 +05:30
parent 525efbc2f8
commit c812d35249
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