From f7c8d3bf96e7e56f7a4bef4fe312f114b12004ef Mon Sep 17 00:00:00 2001 From: ima1zumi <52617472+ima1zumi@users.noreply.github.com> Date: Sun, 9 Apr 2023 22:41:26 +0900 Subject: [PATCH] [ruby/irb] Bump version to 1.6.4 (https://github.com/ruby/irb/pull/560) https://github.com/ruby/irb/commit/01328da9b6 --- 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 217e1210c839be..5fd6faab732129 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.6.3" + VERSION = "1.6.4" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2023-03-06" + @LAST_UPDATE_DATE = "2023-04-07" end