[ruby/irb] Version 1.2.5

https://github.com/ruby/irb/commit/07beb3964d
This commit is contained in:
aycabta 2020-09-14 00:50:57 +09:00
parent 3a3e933033
commit 5d841f5631

View File

@ -11,7 +11,7 @@
#
module IRB # :nodoc:
VERSION = "1.2.4"
VERSION = "1.2.5"
@RELEASE_VERSION = VERSION
@LAST_UPDATE_DATE = "2020-05-02"
@LAST_UPDATE_DATE = "2020-09-14"
end