aboutsummaryrefslogtreecommitdiffstats
path: root/lib/refinerycms-blog.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/refinerycms-blog.rb')
-rw-r--r--lib/refinerycms-blog.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/refinerycms-blog.rb b/lib/refinerycms-blog.rb
new file mode 100644
index 0000000..5ee61bc
--- /dev/null
+++ b/lib/refinerycms-blog.rb
@@ -0,0 +1,9 @@
+module Refinery
+ module Blog
+ class << self
+ def version
+ %q{0.9.8}
+ end
+ end
+ end
+end \ No newline at end of file