From 36a3899e9d464e243648694fa28398abbb4641ef Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Wed, 30 Aug 2023 10:17:02 +0100 Subject: [PATCH] [ruby/irb] Bump version to 1.8.0 (https://github.com/ruby/irb/pull/700) https://github.com/ruby/irb/commit/a061744ed3 --- 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 27103fe0bd..04a9ccfe29 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.7.4" + VERSION = "1.8.0" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2023-07-15" + @LAST_UPDATE_DATE = "2023-08-30" end