summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorJade Dominguez <plusjade@gmail.com>2012-03-01 03:18:33 -0800
committerJade Dominguez <plusjade@gmail.com>2012-03-01 03:18:33 -0800
commit12e41751883d7336225cfd039139137bac9eca4d (patch)
tree328effe4139aea37c059e755a532ea702786e088 /Rakefile
parentbeb45dace2c99163952b8a60c78bc4bc50aedc97 (diff)
bump to 0.2.7
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index e1364af..4a63f5e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -4,7 +4,7 @@ require 'yaml'
SOURCE = "."
CONFIG = {
- 'version' => "0.2.0",
+ 'version' => "0.2.7",
'themes' => File.join(SOURCE, "_includes", "themes"),
'layouts' => File.join(SOURCE, "_layouts"),
'posts' => File.join(SOURCE, "_posts"),