aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2021-01-18 01:57:49 +0900
committeraycabta <aycabta@gmail.com>2021-01-18 02:13:07 +0900
commit9f7876ab0f2a63a26002d899e8158db45935ac65 (patch)
tree7d4787d1878f63e8dfb013b42a5a24fd302d96b2
parent166f33d0d1e04c0c09f2c95c7bde0e262672a7a5 (diff)
downloadruby-9f7876ab0f2a63a26002d899e8158db45935ac65.tar.gz
[ruby/irb] Version 1.3.2
https://github.com/ruby/irb/commit/a7699026cc
-rw-r--r--lib/irb/version.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/irb/version.rb b/lib/irb/version.rb
index 673784b53c..51b55766a5 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