diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-11-08 13:22:26 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-11-08 04:22:33 +0000 |
commit | a698b5ebb88ceb54cad4d50abdb4fbc2197eb237 () | |
tree | 2ed202b3eb4ac6b440fdf7c3a54e9499265301ab /lib/optparse.rb | |
parent | 637b74b0bdd3df43aa725be487124c3ee07cc9d5 (diff) |
[ruby/optparse] Bump up v0.6.0
https://.com/ruby/optparse/commit/080360ffd4
-rw-r--r-- | lib/optparse.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -425,7 +425,7 @@ # class OptionParser # The version string - OptionParser::Version = "0.5.0" # :stopdoc: NoArgument = [NO_ARGUMENT = :NONE, nil].freeze |