summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorJade Dominguez <plusjade@gmail.com>2012-03-01 03:49:02 -0800
committerJade Dominguez <plusjade@gmail.com>2012-03-01 03:49:02 -0800
commitcefdd4e2c3ff08a1e949e035d492387b90329c88 (patch)
tree6ac4d1729b02242de63e81097a5a76ce11a86761 /Rakefile
parent9c1cf75ce89f9c99504a1f812a0f88fffd0430a1 (diff)
bump to 0.2.8
Forgot about my buddy @metalelf0 =/
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index b19d129..2806bb8 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,7 +5,7 @@ require 'time'
SOURCE = "."
CONFIG = {
- 'version' => "0.2.7",
+ 'version' => "0.2.8",
'themes' => File.join(SOURCE, "_includes", "themes"),
'layouts' => File.join(SOURCE, "_layouts"),
'posts' => File.join(SOURCE, "_posts"),