From f052097c4b9df6b4014b1204fdac271d0473cf13 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Tue, 9 Jan 2024 13:20:08 +0000 Subject: [PATCH] Bump version to v1.11.1 (#837) --- 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 c0be6d91e..f2e0e7d7f 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.11.0" + VERSION = "1.11.1" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2023-12-19" + @LAST_UPDATE_DATE = "2024-01-08" end