From 208b7b81990edea6e220a4e2e4e0995c4ec0aad1 Mon Sep 17 00:00:00 2001 From: aycabta Date: Sun, 3 Oct 2021 21:50:18 +0900 Subject: [PATCH] [ruby/irb] Version 1.3.8.pre.10 https://github.com/ruby/irb/commit/15bcbbb284 --- 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 4bf79e89ce..c2922a0a10 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -11,7 +11,7 @@ # module IRB # :nodoc: - VERSION = "1.3.8.pre.9" + VERSION = "1.3.8.pre.10" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2021-09-10" + @LAST_UPDATE_DATE = "2021-10-03" end