aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2013-04-29 08:29:18 -0700
committerDavid Heinemeier Hansson <david@loudthinking.com>2013-04-29 08:29:18 -0700
commit1ec64297f9347986a11ce38af2cc3434d99c66c2 (patch)
treeb7337b4cee776a49c7d7b5651953f9b123da4b25 /activemodel
parent9848e8916f74df3f64d223d1300053698730aa53 (diff)
downloadrails-1ec64297f9347986a11ce38af2cc3434d99c66c2.tar.gz
rails-1ec64297f9347986a11ce38af2cc3434d99c66c2.tar.bz2
rails-1ec64297f9347986a11ce38af2cc3434d99c66c2.zip
Bump version to rc1
Diffstat (limited to 'activemodel')
-rw-r--r--activemodel/lib/active_model/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/version.rb b/activemodel/lib/active_model/version.rb
index 35c4b30999..b0afb7513d 100644
--- a/activemodel/lib/active_model/version.rb
+++ b/activemodel/lib/active_model/version.rb
@@ -1,7 +1,7 @@
module ActiveModel
# Returns the version of the currently loaded ActiveModel as a Gem::Version
def self.version
- Gem::Version.new "4.0.0.beta1"
+ Gem::Version.new "4.0.0.rc1"
end
module VERSION #:nodoc: