[ruby/irb] Bump version to 1.8.2

https://github.com/ruby/irb/commit/47693a2213
This commit is contained in:
Stan Lo 2023-10-12 22:35:56 +01:00 committed by git
parent 81399a5c46
commit 3aba21511b

View File

@ -5,7 +5,7 @@
#
module IRB # :nodoc:
VERSION = "1.8.1"
VERSION = "1.8.2"
@RELEASE_VERSION = VERSION
@LAST_UPDATE_DATE = "2023-09-04"
@LAST_UPDATE_DATE = "2023-10-12"
end