From 93cffcf961daa58b5bc0b3e9194b792c655aebf7 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Sun, 5 May 2024 19:11:28 +0800 Subject: [ruby/irb] Bump version to v1.13.1 (https://github.com/ruby/irb/pull/951) https://github.com/ruby/irb/commit/66318d0a34 --- lib/irb/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/irb/version.rb') diff --git a/lib/irb/version.rb b/lib/irb/version.rb index 146daf7258..c41917329c 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.13.0" + VERSION = "1.13.1" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2024-05-01" + @LAST_UPDATE_DATE = "2024-05-05" end -- cgit v1.2.3