diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-11-08 13:22:26 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-11-08 04:22:33 +0000 |
| commit | a698b5ebb88ceb54cad4d50abdb4fbc2197eb237 (patch) | |
| tree | 2ed202b3eb4ac6b440fdf7c3a54e9499265301ab /lib/optparse.rb | |
| parent | 637b74b0bdd3df43aa725be487124c3ee07cc9d5 (diff) | |
[ruby/optparse] Bump up v0.6.0
https://github.com/ruby/optparse/commit/080360ffd4
Diffstat (limited to 'lib/optparse.rb')
| -rw-r--r-- | lib/optparse.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/optparse.rb b/lib/optparse.rb index 50641867f0..27e0843947 100644 --- a/lib/optparse.rb +++ b/lib/optparse.rb @@ -425,7 +425,7 @@ # class OptionParser # The version string - OptionParser::Version = "0.5.0" + OptionParser::Version = "0.6.0" # :stopdoc: NoArgument = [NO_ARGUMENT = :NONE, nil].freeze |
