[ruby/irb] Version 1.2.3

https://github.com/ruby/irb/commit/dd56e06df5
This commit is contained in:
aycabta 2020-02-15 23:05:36 +09:00
parent 9239226e39
commit dcb05179a9

View File

@ -11,7 +11,7 @@
# #
module IRB # :nodoc: module IRB # :nodoc:
VERSION = "1.2.2" VERSION = "1.2.3"
@RELEASE_VERSION = VERSION @RELEASE_VERSION = VERSION
@LAST_UPDATE_DATE = "2020-02-14" @LAST_UPDATE_DATE = "2020-02-15"
end end