aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/gem_version.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionview/lib/action_view/gem_version.rb')
-rw-r--r--actionview/lib/action_view/gem_version.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/actionview/lib/action_view/gem_version.rb b/actionview/lib/action_view/gem_version.rb
index 9266e55c47..4f45f5b8c8 100644
--- a/actionview/lib/action_view/gem_version.rb
+++ b/actionview/lib/action_view/gem_version.rb
@@ -1,12 +1,12 @@
module ActionView
- # Returns the version of the currently loaded ActionView as a <tt>Gem::Version</tt>
+ # Returns the version of the currently loaded Action View 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"