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