[ruby/irb] Bump version to 1.6.4

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

01328da9b6
This commit is contained in:
ima1zumi 2023-04-09 22:41:26 +09:00 committed by git
parent 671cfc2000
commit f7c8d3bf96

View file

@ -5,7 +5,7 @@
# #
module IRB # :nodoc: module IRB # :nodoc:
VERSION = "1.6.3" VERSION = "1.6.4"
@RELEASE_VERSION = VERSION @RELEASE_VERSION = VERSION
@LAST_UPDATE_DATE = "2023-03-06" @LAST_UPDATE_DATE = "2023-04-07"
end end