aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record
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 /activerecord/lib/active_record
parent40a9d8987711f7973c5e95087bcc0c59e167294b (diff)
downloadrails-c554d170e6b3e7ebe783ab356e16abc9bfd56615.tar.gz
rails-c554d170e6b3e7ebe783ab356e16abc9bfd56615.tar.bz2
rails-c554d170e6b3e7ebe783ab356e16abc9bfd56615.zip
update version to 4.2.0.alpha
Diffstat (limited to 'activerecord/lib/active_record')
-rw-r--r--activerecord/lib/active_record/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/version.rb b/activerecord/lib/active_record/version.rb
index 7795561e51..5eb7f7e205 100644
--- a/activerecord/lib/active_record/version.rb
+++ b/activerecord/lib/active_record/version.rb
@@ -1,7 +1,7 @@
module ActiveRecord
# Returns the version of the currently loaded ActiveRecord 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: