From d83b5ea09d537431ff39d68de8832d5d7baf2db0 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Tue, 5 Sep 2023 14:42:15 +0100 Subject: [ruby/irb] Bump version to 1.8.1 (https://github.com/ruby/irb/pull/706) https://github.com/ruby/irb/commit/c7c838a4bf --- 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 04a9ccfe29..6cb2f1965c 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.8.0" + VERSION = "1.8.1" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2023-08-30" + @LAST_UPDATE_DATE = "2023-09-04" end -- cgit v1.2.3