Update Jekyll::VERSION

This commit is contained in:
Parker Moore 2013-09-06 22:23:31 -04:00
parent d2e23470c0
commit afe1291f0c
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ require_all 'jekyll/tags'
SafeYAML::OPTIONS[:suppress_warnings] = true
module Jekyll
VERSION = '1.1.2'
VERSION = '1.2.0'
# Public: Generate a Jekyll configuration Hash by merging the default
# options with anything in _config.yml, and adding the given options on top.