[ruby/irb] Bump version to v1.14.0

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

https://github.com/ruby/irb/commit/6a9e129714
This commit is contained in:
Stan Lo 2024-07-06 18:54:57 +01:00 committed by git
parent 7f1fe5f091
commit abaa1b913d

View File

@ -5,7 +5,7 @@
#
module IRB # :nodoc:
VERSION = "1.13.2"
VERSION = "1.14.0"
@RELEASE_VERSION = VERSION
@LAST_UPDATE_DATE = "2024-06-15"
@LAST_UPDATE_DATE = "2024-07-06"
end