From afe1291f0c0845fc20bd88fd390d963133c9cdc2 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Fri, 6 Sep 2013 22:23:31 -0400 Subject: [PATCH] Update Jekyll::VERSION --- lib/jekyll.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jekyll.rb b/lib/jekyll.rb index 986f19f3..a48d3460 100644 --- a/lib/jekyll.rb +++ b/lib/jekyll.rb @@ -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.