bump the version number in the code

This commit is contained in:
Matt Rogers 2013-12-07 17:59:16 -06:00
parent 84722ded3e
commit 350c9b3ab5
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ require_all 'jekyll/tags'
SafeYAML::OPTIONS[:suppress_warnings] = true SafeYAML::OPTIONS[:suppress_warnings] = true
module Jekyll module Jekyll
VERSION = '1.3.1' VERSION = '1.4.0'
# Public: Generate a Jekyll configuration Hash by merging the default # Public: Generate a Jekyll configuration Hash by merging the default
# options with anything in _config.yml, and adding the given options on top. # options with anything in _config.yml, and adding the given options on top.