aboutsummaryrefslogtreecommitdiffstats
path: root/lib/refinerycms-blog.rb
blob: 32b58a7412416fc157a37c9be5f659e908c1be08 (plain) (blame)
1
2
3
4
5
6
7
8
9
module Refinery
  module Blog
    class << self
      def version
        %q{0.9.8.dev2}
      end
    end
  end
end