[ruby/irb] Bump up 1.4.3

https://github.com/ruby/irb/commit/1bddbbf602
This commit is contained in:
Hiroshi SHIBATA 2022-11-17 13:52:12 +09:00 committed by git
parent 923c1aaed7
commit c76909e551

View File

@ -11,7 +11,7 @@
# #
module IRB # :nodoc: module IRB # :nodoc:
VERSION = "1.4.2" VERSION = "1.4.3"
@RELEASE_VERSION = VERSION @RELEASE_VERSION = VERSION
@LAST_UPDATE_DATE = "2022-10-03" @LAST_UPDATE_DATE = "2022-11-17"
end end