aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2021-02-07 04:55:38 +0900
committergit <svn-admin@ruby-lang.org>2021-02-07 05:28:08 +0900
commit8aac11484ba23c26877df1810e4c462ac46d2752 (patch)
treed7a98e0a69288f12882adc8109fd5d7da2b7ebb9
parent300084a85475988ba7c22e335230f31ec415dfc5 (diff)
downloadruby-8aac11484ba23c26877df1810e4c462ac46d2752.tar.gz
[ruby/irb] Version 1.3.3
https://github.com/ruby/irb/commit/4c87035b7c
-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 51b55766a5..a715293b34 100644
--- a/lib/irb/version.rb
+++ b/lib/irb/version.rb
@@ -11,7 +11,7 @@
#
module IRB # :nodoc:
- VERSION = "1.3.2"
+ VERSION = "1.3.3"
@RELEASE_VERSION = VERSION
- @LAST_UPDATE_DATE = "2021-01-18"
+ @LAST_UPDATE_DATE = "2021-02-07"
end