[ruby/irb] Version 1.5.1

f9507923fa
This commit is contained in:
Takashi Kokubun 2022-11-28 10:44:19 -08:00 committed by git
parent c5279db75f
commit d13de3a62e

View file

@ -11,7 +11,7 @@
#
module IRB # :nodoc:
VERSION = "1.5.0"
VERSION = "1.5.1"
@RELEASE_VERSION = VERSION
@LAST_UPDATE_DATE = "2022-11-20"
@LAST_UPDATE_DATE = "2022-11-28"
end