[ruby/irb] Bump version to 1.9.1

(https://github.com/ruby/irb/pull/773)

https://github.com/ruby/irb/commit/997df3e849
This commit is contained in:
tomoya ishida 2023-11-21 22:02:16 +09:00 committed by git
parent 70ea3d3ac0
commit f954a5663a

View File

@ -5,7 +5,7 @@
#
module IRB # :nodoc:
VERSION = "1.9.0"
VERSION = "1.9.1"
@RELEASE_VERSION = VERSION
@LAST_UPDATE_DATE = "2023-11-11"
@LAST_UPDATE_DATE = "2023-11-21"
end