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.2.9

9668e5fe6b
This commit is contained in:
aycabta 2020-12-22 05:01:35 +09:00
parent 4131cd05be
commit fbcdcbff0d

View file

@ -11,7 +11,7 @@
#
module IRB # :nodoc:
VERSION = "1.2.8"
VERSION = "1.2.9"
@RELEASE_VERSION = VERSION
@LAST_UPDATE_DATE = "2020-12-20"
@LAST_UPDATE_DATE = "2020-12-22"
end