[ruby/irb] Bump version to v1.13.0

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

* Bump version to v1.13.0

* Add Documentation category to changelog

b9b1f35c99
This commit is contained in:
Stan Lo 2024-05-01 23:19:55 +08:00 committed by git
parent 7ef8bb129f
commit fef6f5f2e1

View file

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