[ruby/irb] Bump version to v1.15.0

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

d3531d8fc0
This commit is contained in:
Stan Lo 2025-01-22 00:24:09 +08:00 committed by git
parent a47ed9f4aa
commit abed4ea810

View file

@ -5,7 +5,7 @@
# #
module IRB # :nodoc: module IRB # :nodoc:
VERSION = "1.14.3" VERSION = "1.15.0"
@RELEASE_VERSION = VERSION @RELEASE_VERSION = VERSION
@LAST_UPDATE_DATE = "2024-12-18" @LAST_UPDATE_DATE = "2025-01-21"
end end