From 3aba21511b37723b5212e44429f5e8585f53453a Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Thu, 12 Oct 2023 22:35:56 +0100 Subject: [PATCH] [ruby/irb] Bump version to 1.8.2 https://github.com/ruby/irb/commit/47693a2213 --- 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 6cb2f1965c..02ee1c5971 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.8.1" + VERSION = "1.8.2" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2023-09-04" + @LAST_UPDATE_DATE = "2023-10-12" end