From c2f30aaade9abe103a727a5440325baff58f66ba Mon Sep 17 00:00:00 2001 From: aycabta Date: Sat, 19 Jun 2021 17:34:01 +0900 Subject: [PATCH] [ruby/irb] Version 1.3.6 https://github.com/ruby/irb/commit/75aa8d159b --- 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 0014bdda74..173e274cc9 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -11,7 +11,7 @@ # module IRB # :nodoc: - VERSION = "1.3.5" + VERSION = "1.3.6" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2021-04-03" + @LAST_UPDATE_DATE = "2021-06-19" end