From 350c9b3ab5b8a6d7b65e7a71ec9f449663aae405 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Sat, 7 Dec 2013 17:59:16 -0600 Subject: [PATCH] bump the version number in the code --- lib/jekyll.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jekyll.rb b/lib/jekyll.rb index 2ec3c8ec..4b45e2ba 100644 --- a/lib/jekyll.rb +++ b/lib/jekyll.rb @@ -63,7 +63,7 @@ require_all 'jekyll/tags' SafeYAML::OPTIONS[:suppress_warnings] = true module Jekyll - VERSION = '1.3.1' + VERSION = '1.4.0' # Public: Generate a Jekyll configuration Hash by merging the default # options with anything in _config.yml, and adding the given options on top.