From b730f63382e751281126fff7af0e581daec90c71 Mon Sep 17 00:00:00 2001 From: naruse Date: Sun, 22 Dec 2013 10:22:40 +0000 Subject: 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 --- lib/rubygems.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rubygems.rb') 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 -- cgit v1.2.3