[ruby/optparse] bump up to 0.4.0.pre.1

https://github.com/ruby/optparse/commit/73661899ad
This commit is contained in:
Nobuyoshi Nakada 2022-12-22 19:57:30 +09:00 committed by Hiroshi SHIBATA
parent 8c8645f578
commit 4c767c1354
Notes: git 2022-12-26 06:09:42 +00:00

View File

@ -425,7 +425,7 @@
# If you have any questions, file a ticket at http://bugs.ruby-lang.org.
#
class OptionParser
OptionParser::Version = "0.3.1"
OptionParser::Version = "0.4.0.pre.1"
# :stopdoc:
NoArgument = [NO_ARGUMENT = :NONE, nil].freeze