Skip to content

Commit

Permalink
Bump version to 3.2.0.rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jul 7, 2020
1 parent 647ebb9 commit 1a19643
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion History.txt
@@ -1,6 +1,6 @@
# coding: UTF-8

=== 3.2.0 / 2020-07-04
=== 3.2.0.rc.1 / 2020-07-04

Major enhancements:

Expand Down
2 changes: 1 addition & 1 deletion lib/rubygems.rb
Expand Up @@ -8,7 +8,7 @@
require 'rbconfig'

module Gem
VERSION = "3.2.0.pre1".freeze
VERSION = "3.2.0.rc.1".freeze
end

# Must be first since it unloads the prelude from 1.9.2
Expand Down
2 changes: 1 addition & 1 deletion rubygems-update.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = "rubygems-update"
s.version = "3.2.0.pre1"
s.version = "3.2.0.rc.1"
s.authors = ["Jim Weirich", "Chad Fowler", "Eric Hodel", "Luis Lavena", "Aaron Patterson", "Samuel Giddins", "André Arko", "Evan Phoenix", "Hiroshi SHIBATA"]
s.email = ["", "", "drbrain@segment7.net", "luislavena@gmail.com", "aaron@tenderlovemaking.com", "segiddins@segiddins.me", "andre@arko.net", "evan@phx.io", "hsbt@ruby-lang.org"]

Expand Down

0 comments on commit 1a19643

Please sign in to comment.