diff options
author | Nobuyoshi Nakada <[email protected]> | 2021-03-29 15:50:31 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2021-03-29 19:37:25 +0900 |
commit | 190a57b16863afce3fb8ea4035aae331cda0868d (patch) | |
tree | 9f79fb094f7f56887f11f4d958dee3ce79f93e8d /lib | |
parent | e8317d90b0b102ba270b456cc6cb7c6865c6b448 (diff) |
[ruby/optparse] bump up to 0.1.1
https://github.com/ruby/optparse/commit/2fe984a603
Diffstat (limited to 'lib')
-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 ad20ce77a4..598ebd12bd 100644 --- a/lib/optparse.rb +++ b/lib/optparse.rb @@ -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 |