Bump version to 1.0.0.pre.
This commit is contained in:
parent
98b37a54b1
commit
dbc356f9f4
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue