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:
parent
e8317d90b0
commit
190a57b168
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue