From 6231feec94cae2f9a1f78551b02d37d232172c36 Mon Sep 17 00:00:00 2001 From: cfillion Date: Thu, 7 May 2020 19:33:06 -0400 Subject: [PATCH] bump version to 1.2.3rc2 --- lib/reapack/index/gem_version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/reapack/index/gem_version.rb b/lib/reapack/index/gem_version.rb index 4bb2d01..659dd80 100644 --- a/lib/reapack/index/gem_version.rb +++ b/lib/reapack/index/gem_version.rb @@ -1,5 +1,5 @@ module ReaPack class Index - VERSION = '1.2.3rc1' + VERSION = '1.2.3rc2' end end