aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-02-23 13:14:43 +0100
committerYves Senn <yves.senn@gmail.com>2014-02-23 13:14:43 +0100
commitc554d170e6b3e7ebe783ab356e16abc9bfd56615 (patch)
treedc0c65775f8385535240ea0f469f1e21b75590ef /activemodel
parent40a9d8987711f7973c5e95087bcc0c59e167294b (diff)
downloadrails-c554d170e6b3e7ebe783ab356e16abc9bfd56615.tar.gz
rails-c554d170e6b3e7ebe783ab356e16abc9bfd56615.tar.bz2
rails-c554d170e6b3e7ebe783ab356e16abc9bfd56615.zip
update version to 4.2.0.alpha
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 f7c9534ffb..5c9d2bc6bc 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.1.0.beta2"
+ Gem::Version.new "4.2.0.alpha"
end
module VERSION #:nodoc: