Version 1.1 which supports Rails3 versions of RefineryCMS (1.0.1 etc are for Rails 2)

This commit is contained in:
Philip Arndt 2010-12-03 17:02:26 +13:00
parent 8bbb30aa3e
commit 75e9940a80
3 changed files with 10 additions and 6 deletions

View file

@ -42,7 +42,7 @@ module Refinery
class << self
def version
%q{1.0}
%q{1.1}
end
end
end