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