From 52eabf2e329485088672beefe4bc59c148ed20cc Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Sun, 3 Dec 2023 17:06:38 +0000 Subject: [PATCH] [ruby/irb] Bump version to v1.10.0 (https://github.com/ruby/irb/pull/798) https://github.com/ruby/irb/commit/4acc9b8d6c --- 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 f1d9a4318dc5fa..b3d7bebfba8bc1 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.9.1" + VERSION = "1.10.0" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2023-11-21" + @LAST_UPDATE_DATE = "2023-12-03" end