Update Jekyll version to latest released.

Latest release can be found on the v1-stable branch.
This commit is contained in:
Parker Moore 2014-02-09 18:44:30 -05:00
parent f607aefeb8
commit 56a633ae95
1 changed files with 1 additions and 1 deletions

View File

@ -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.