From 04cd2317efaeab3575c50cdeb1b83de17ea78f01 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Thu, 26 Sep 2024 15:38:00 +0200 Subject: [PATCH] Bump version to v1.14.1 (#1009) --- 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 e935a1d7f..955a3a81d 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.14.0" + VERSION = "1.14.1" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2024-07-06" + @LAST_UPDATE_DATE = "2024-09-25" end