From 22da1c33dc7ccb19d45c3b1f179089d14cd9d195 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Sat, 15 Jun 2024 14:14:04 +0100 Subject: [PATCH] Bump version to v1.13.2 --- 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 c41917329..25b7903f0 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.13.1" + VERSION = "1.13.2" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2024-05-05" + @LAST_UPDATE_DATE = "2024-06-15" end