From 56a633ae95f4c914caa5c8059c3d4d3a7a3c0d45 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sun, 9 Feb 2014 18:44:30 -0500 Subject: [PATCH] Update Jekyll version to latest released. Latest release can be found on the v1-stable branch. --- lib/jekyll.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jekyll.rb b/lib/jekyll.rb index 803b6fa4..50bc31b1 100644 --- a/lib/jekyll.rb +++ b/lib/jekyll.rb @@ -68,7 +68,7 @@ require 'jekyll-coffeescript' SafeYAML::OPTIONS[:suppress_warnings] = true module Jekyll - VERSION = '1.4.0' + VERSION = '1.4.3' # Public: Generate a Jekyll configuration Hash by merging the default # options with anything in _config.yml, and adding the given options on top.