[ruby/irb] Version 1.6.1

https://github.com/ruby/irb/commit/229476ba76
This commit is contained in:
Takashi Kokubun 2022-12-13 10:36:34 -08:00 committed by git
parent 856e0279ec
commit a1dba60b5b

View File

@ -11,7 +11,7 @@
# #
module IRB # :nodoc: module IRB # :nodoc:
VERSION = "1.6.0" VERSION = "1.6.1"
@RELEASE_VERSION = VERSION @RELEASE_VERSION = VERSION
@LAST_UPDATE_DATE = "2022-11-28" @LAST_UPDATE_DATE = "2022-12-13"
end end