From 65653fed849db5075dadaab9a5fabafd01cb5e71 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Sun, 3 Nov 2013 21:48:34 -0600 Subject: [PATCH] Bump version to 1.3.0 --- lib/jekyll.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jekyll.rb b/lib/jekyll.rb index 096c718f..d99a3972 100644 --- a/lib/jekyll.rb +++ b/lib/jekyll.rb @@ -61,7 +61,7 @@ require_all 'jekyll/tags' SafeYAML::OPTIONS[:suppress_warnings] = true module Jekyll - VERSION = '1.3.0.rc' + VERSION = '1.3.0' # Public: Generate a Jekyll configuration Hash by merging the default # options with anything in _config.yml, and adding the given options on top.