From 1a196432de30833798d1feb5f96a536182da4651 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 7 Jul 2020 20:22:51 +0900 Subject: [PATCH] Bump version to 3.2.0.rc.1 --- History.txt | 2 +- lib/rubygems.rb | 2 +- rubygems-update.gemspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/History.txt b/History.txt index 622628d7b550..031f9316b834 100644 --- a/History.txt +++ b/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: diff --git a/lib/rubygems.rb b/lib/rubygems.rb index 6e2e38cc023b..3854cd1e6ae6 100644 --- a/lib/rubygems.rb +++ b/lib/rubygems.rb @@ -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 diff --git a/rubygems-update.gemspec b/rubygems-update.gemspec index bde2e1bf43df..843580590d3a 100644 --- a/rubygems-update.gemspec +++ b/rubygems-update.gemspec @@ -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"]