[ruby/optparse] bump up to 0.5.0

https://github.com/ruby/optparse/commit/f5018a8b1c
This commit is contained in:
Nobuyoshi Nakada 2024-04-15 14:05:43 +09:00 коммит произвёл git
Родитель 9180e33ca3
Коммит fc363944b4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -425,7 +425,7 @@
#
class OptionParser
# The version string
OptionParser::Version = "0.4.0"
OptionParser::Version = "0.5.0"
# :stopdoc:
NoArgument = [NO_ARGUMENT = :NONE, nil].freeze