From f954a5663a6cb5fa9f55f45fd0f87e3e1eca9c17 Mon Sep 17 00:00:00 2001 From: tomoya ishida Date: Tue, 21 Nov 2023 22:02:16 +0900 Subject: [PATCH] [ruby/irb] Bump version to 1.9.1 (https://github.com/ruby/irb/pull/773) https://github.com/ruby/irb/commit/997df3e849 --- 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 c33c4f798c..f1d9a4318d 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.9.0" + VERSION = "1.9.1" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2023-11-11" + @LAST_UPDATE_DATE = "2023-11-21" end