Release 0.7.0

This commit is contained in:
Tom Preston-Werner
2010-08-24 15:35:18 -07:00
parent 9b423a96fd
commit 3fa9af17fa
3 changed files with 5 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ require_all 'jekyll/generators'
require_all 'jekyll/tags'
module Jekyll
VERSION = '0.6.2'
VERSION = '0.7.0'
# Default options. Overriden by values in _config.yml or command-line opts.
# (Strings rather symbols used for compatability with YAML).