[ruby/irb] Bump version to v1.11.0

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

7421359b92
This commit is contained in:
Stan Lo 2023-12-20 10:04:53 +00:00 committed by Hiroshi SHIBATA
parent 4ad1007fd2
commit 31959f1f13

View file

@ -5,7 +5,7 @@
# #
module IRB # :nodoc: module IRB # :nodoc:
VERSION = "1.10.1" VERSION = "1.11.0"
@RELEASE_VERSION = VERSION @RELEASE_VERSION = VERSION
@LAST_UPDATE_DATE = "2023-12-05" @LAST_UPDATE_DATE = "2023-12-19"
end end