[ruby/irb] Bump version to 1.7.0

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

https://github.com/ruby/irb/commit/c2e7002867
This commit is contained in:
Stan Lo 2023-06-04 16:24:26 +01:00 committed by git
parent 73a31546aa
commit 4275a8098e

View File

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