aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/gem_version.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/lib/active_record/gem_version.rb')
-rw-r--r--activerecord/lib/active_record/gem_version.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/activerecord/lib/active_record/gem_version.rb b/activerecord/lib/active_record/gem_version.rb
index 4a7aace460..a388b529c9 100644
--- a/activerecord/lib/active_record/gem_version.rb
+++ b/activerecord/lib/active_record/gem_version.rb
@@ -1,12 +1,12 @@
module ActiveRecord
- # Returns the version of the currently loaded ActiveRecord as a <tt>Gem::Version</tt>
+ # Returns the version of the currently loaded Active Record as a <tt>Gem::Version</tt>
def self.gem_version
Gem::Version.new VERSION::STRING
end
module VERSION
- MAJOR = 4
- MINOR = 2
+ MAJOR = 5
+ MINOR = 0
TINY = 0
PRE = "alpha"