summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorJade Dominguez <plusjade@gmail.com>2012-03-07 14:52:22 -0800
committerJade Dominguez <plusjade@gmail.com>2012-03-07 14:52:22 -0800
commit162a85dfb6f2801840b00ae995adeb322487132b (patch)
tree326b08cd7365564d38974bc2c938218d65632502 /Rakefile
parent6d97712a41efa1cc0a68751dc776dd8c063befdb (diff)
Bump to 0.2.9
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index c14bd49..cf975c3 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,7 +5,7 @@ require 'time'
SOURCE = "."
CONFIG = {
- 'version' => "0.2.8",
+ 'version' => "0.2.9",
'themes' => File.join(SOURCE, "_includes", "themes"),
'layouts' => File.join(SOURCE, "_layouts"),
'posts' => File.join(SOURCE, "_posts"),