From abaa1b913d6ac15ab1cb6c639a9b8b6ac27b05b9 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Sat, 6 Jul 2024 18:54:57 +0100 Subject: [PATCH] [ruby/irb] Bump version to v1.14.0 (https://github.com/ruby/irb/pull/980) https://github.com/ruby/irb/commit/6a9e129714 --- 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 25b7903f01..e935a1d7f7 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.13.2" + VERSION = "1.14.0" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2024-06-15" + @LAST_UPDATE_DATE = "2024-07-06" end