summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
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"),