From 243f4fc3a56311f9d6dd52a357ecf234653798c8 Mon Sep 17 00:00:00 2001 From: cfillion Date: Sat, 2 Jan 2021 21:30:34 -0500 Subject: [PATCH] bump version to 1.2.3 --- 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 659dd80..8d8fefb 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.3rc2' + VERSION = '1.2.3' end end