aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/gem_version.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activemodel/lib/active_model/gem_version.rb')
-rw-r--r--activemodel/lib/active_model/gem_version.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/activemodel/lib/active_model/gem_version.rb b/activemodel/lib/active_model/gem_version.rb
index 964b24398d..2403242ce6 100644
--- a/activemodel/lib/active_model/gem_version.rb
+++ b/activemodel/lib/active_model/gem_version.rb
@@ -1,12 +1,12 @@
module ActiveModel
- # Returns the version of the currently loaded ActiveModel as a <tt>Gem::Version</tt>
+ # Returns the version of the currently loaded Active Model 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"