1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/irb] Version 1.3.3

https://github.com/ruby/irb/commit/4c87035b7c
This commit is contained in:
aycabta 2021-02-07 04:55:38 +09:00 committed by git
parent 300084a854
commit 8aac11484b

View file

@ -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