summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-22 10:22:40 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-22 10:22:40 +0000
commitb730f63382e751281126fff7af0e581daec90c71 (patch)
tree1bcaf5aed8c34a741b35e20e3fed948df3ddfd3e /lib
parentfb1d4fa8889299675a2621d4b2f1ab2c5b08d6dc (diff)
merge revision(s) 44331: [Backport #9280]
* lib/rubygems.rb: Set RubyGems to release version. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@44343 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/rubygems.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems.rb b/lib/rubygems.rb
index 77311734a2..73c4846f82 100644
--- a/lib/rubygems.rb
+++ b/lib/rubygems.rb
@@ -8,7 +8,7 @@
require 'rbconfig'
module Gem
- VERSION = '2.2.0.rc.1'
+ VERSION = '2.2.0'
end
# Must be first since it unloads the prelude from 1.9.2