Bump version to 1.0.0.pre.

This commit is contained in:
Parker Moore 2013-03-14 21:23:34 +01:00
parent 98b37a54b1
commit dbc356f9f4
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ require_all 'jekyll/tags'
SafeYAML::OPTIONS[:suppress_warnings] = true SafeYAML::OPTIONS[:suppress_warnings] = true
module Jekyll module Jekyll
VERSION = '0.12.0' VERSION = '1.0.0.pre'
# Default options. Overriden by values in _config.yml. # Default options. Overriden by values in _config.yml.
# Strings rather than symbols are used for compatability with YAML. # Strings rather than symbols are used for compatability with YAML.