[ruby/irb] Bump version to 1.8.0

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

a061744ed3
This commit is contained in:
Stan Lo 2023-08-30 10:17:02 +01:00 committed by git
parent bcc905100f
commit 36a3899e9d

View file

@ -5,7 +5,7 @@
#
module IRB # :nodoc:
VERSION = "1.7.4"
VERSION = "1.8.0"
@RELEASE_VERSION = VERSION
@LAST_UPDATE_DATE = "2023-07-15"
@LAST_UPDATE_DATE = "2023-08-30"
end