From 90239c4163e0a9aec7add714eb5ad6e6fb246660 Mon Sep 17 00:00:00 2001 From: aycabta Date: Sat, 25 Dec 2021 00:41:36 +0900 Subject: [ruby/irb] Version 1.4.0 https://github.com/ruby/irb/commit/b80ec5821e --- 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 df58edd4a5..5afa897090 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -11,7 +11,7 @@ # module IRB # :nodoc: - VERSION = "1.3.8.pre.11" + VERSION = "1.4.0" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2021-10-09" + @LAST_UPDATE_DATE = "2021-12-25" end -- cgit v1.2.3