[ruby/irb] Bump version to v1.14.3

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

https://github.com/ruby/irb/commit/49050f9bf3
This commit is contained in:
Stan Lo 2024-12-18 18:20:02 +08:00 committed by Hiroshi SHIBATA
parent c194b26132
commit 35ff04ce5e
Notes: git 2024-12-18 23:45:51 +00:00

View File

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