[ruby/irb] Bump version to v1.13.1

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

https://github.com/ruby/irb/commit/66318d0a34
This commit is contained in:
Stan Lo 2024-05-05 19:11:28 +08:00 committed by git
parent e973f9cbb3
commit 93cffcf961

View File

@ -5,7 +5,7 @@
#
module IRB # :nodoc:
VERSION = "1.13.0"
VERSION = "1.13.1"
@RELEASE_VERSION = VERSION
@LAST_UPDATE_DATE = "2024-05-01"
@LAST_UPDATE_DATE = "2024-05-05"
end