From 171c87a9e0d798d85ed445b35f7f06d6a4e1cfb6 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Wed, 18 Dec 2024 18:20:02 +0800 Subject: [PATCH] [ruby/irb] Bump version to v1.14.3 (https://github.com/ruby/irb/pull/1050) https://github.com/ruby/irb/commit/49050f9bf3 --- 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 825233e2144852..cae57e127afef3 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.14.2" + VERSION = "1.14.3" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2024-12-12" + @LAST_UPDATE_DATE = "2024-12-18" end