1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/optparse] Bump up optparse version to 0.2.0

https://github.com/ruby/optparse/commit/1226b670e6
This commit is contained in:
Hiroshi SHIBATA 2021-10-21 20:38:56 +09:00
parent cb4c98f949
commit b8d49d0d01

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