From 4bad2a9562aece90f6df9f3ef1c7ecdc2811c29f Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Sun, 2 Jul 2023 05:49:02 +0100 Subject: [ruby/irb] Bump version to 1.7.1 (https://github.com/ruby/irb/pull/621) https://github.com/ruby/irb/commit/b9a9dd97df --- lib/irb/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/irb/version.rb b/lib/irb/version.rb index a1e15815a2..0093bad03b 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.7.0" + VERSION = "1.7.1" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2023-06-03" + @LAST_UPDATE_DATE = "2023-07-01" end -- cgit v1.2.3