From 4275a8098e59c43daa4a85efce9465af296f46c9 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Sun, 4 Jun 2023 16:24:26 +0100 Subject: [PATCH] [ruby/irb] Bump version to 1.7.0 (https://github.com/ruby/irb/pull/596) https://github.com/ruby/irb/commit/c2e7002867 --- 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 5fd6faab73..a1e15815a2 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.6.4" + VERSION = "1.7.0" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2023-04-07" + @LAST_UPDATE_DATE = "2023-06-03" end