From 7379a493bdf9b0f67b5db3471075473dfcf2ce2c Mon Sep 17 00:00:00 2001 From: aycabta Date: Mon, 30 Aug 2021 12:00:43 +0900 Subject: [PATCH] [ruby/irb] Version 1.3.8.pre.3 https://github.com/ruby/irb/commit/a1fc68abaa --- lib/irb/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/irb/version.rb b/lib/irb/version.rb index b6d1bfc298..7dcdd846d8 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -11,7 +11,7 @@ # module IRB # :nodoc: - VERSION = "1.3.8.pre.2" + VERSION = "1.3.8.pre.3" @RELEASE_VERSION = VERSION @LAST_UPDATE_DATE = "2021-08-30" end