Bump version to 1.3.0

This commit is contained in:
Matt Rogers 2013-11-03 21:48:34 -06:00
parent cc0c82f9d2
commit 65653fed84
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ require_all 'jekyll/tags'
SafeYAML::OPTIONS[:suppress_warnings] = true SafeYAML::OPTIONS[:suppress_warnings] = true
module Jekyll module Jekyll
VERSION = '1.3.0.rc' VERSION = '1.3.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.