[ruby/optparse] Bump version to 0.3.0

https://github.com/ruby/optparse/commit/c80dfb1ebd
This commit is contained in:
Hiroshi SHIBATA 2022-12-05 16:17:01 +09:00 committed by git
parent d9f75c6c5a
commit 71b4d35526

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.2.0"
OptionParser::Version = "0.3.0"
# :stopdoc:
NoArgument = [NO_ARGUMENT = :NONE, nil].freeze