From 177d8ee056636511379f6971a6c4e46675264cf7 Mon Sep 17 00:00:00 2001 From: tomoya ishida Date: Sat, 14 Oct 2023 23:42:32 +0900 Subject: [ruby/irb] Bump version to 1.8.3 (https://github.com/ruby/irb/pull/731) https://github.com/ruby/irb/commit/de79375ac1 --- 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 02ee1c5971..fe6e379ec2 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.8.2" + VERSION = "1.8.3" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2023-10-12" + @LAST_UPDATE_DATE = "2023-10-14" end -- cgit v1.2.3