From d40935c6804b87664ba0313062dc27f3e8130832 Mon Sep 17 00:00:00 2001 From: ima1zumi <52617472+ima1zumi@users.noreply.github.com> Date: Wed, 12 Jul 2023 01:30:30 +0900 Subject: [PATCH] [ruby/irb] Bump version to 1.7.2 (https://github.com/ruby/irb/pull/636) https://github.com/ruby/irb/commit/85d6b4d146 --- 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 0093bad03b..f8245b3a39 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.7.1" + VERSION = "1.7.2" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2023-07-01" + @LAST_UPDATE_DATE = "2023-07-12" end