From a1dba60b5bec6b25e8262640228e19329d0dfec2 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 13 Dec 2022 10:36:34 -0800 Subject: [PATCH] [ruby/irb] Version 1.6.1 https://github.com/ruby/irb/commit/229476ba76 --- 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 ea95e98f79..66c0c2d414 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -11,7 +11,7 @@ # module IRB # :nodoc: - VERSION = "1.6.0" + VERSION = "1.6.1" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2022-11-28" + @LAST_UPDATE_DATE = "2022-12-13" end