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 to 0.1.1

https://github.com/ruby/optparse/commit/2fe984a603
This commit is contained in:
Nobuyoshi Nakada 2021-03-29 15:50:31 +09:00
parent e8317d90b0
commit 190a57b168
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -419,7 +419,7 @@
# have any questions, file a ticket at http://bugs.ruby-lang.org.
#
class OptionParser
OptionParser::Version = "0.1.0"
OptionParser::Version = "0.1.1"
# :stopdoc:
NoArgument = [NO_ARGUMENT = :NONE, nil].freeze