[ruby/irb] Version 1.6.2

https://github.com/ruby/irb/commit/a8ea9963c6
This commit is contained in:
Takashi Kokubun 2022-12-20 09:06:44 -08:00
parent cf0b413ef8
commit b2bf5d237b

View File

@ -11,7 +11,7 @@
#
module IRB # :nodoc:
VERSION = "1.6.1"
VERSION = "1.6.2"
@RELEASE_VERSION = VERSION
@LAST_UPDATE_DATE = "2022-12-13"
end