From 562f9bcb0cda6b4f3f5152d161b739f0b259d5f7 Mon Sep 17 00:00:00 2001 From: cfillion Date: Thu, 15 Aug 2024 20:25:04 -0400 Subject: [PATCH] bump version to 1.2.4 --- 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 8d8fefb..38507d7 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.3' + VERSION = '1.2.4' end end