From a7699026cc14d27de1cfa5b9f1588feb2ae4801d Mon Sep 17 00:00:00 2001 From: aycabta Date: Mon, 18 Jan 2021 01:57:49 +0900 Subject: [PATCH] Version 1.3.2 --- 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 673784b53..51b55766a 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -11,7 +11,7 @@ # module IRB # :nodoc: - VERSION = "1.3.1" + VERSION = "1.3.2" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2021-01-12" + @LAST_UPDATE_DATE = "2021-01-18" end