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