diff options
author | Hiroshi SHIBATA <[email protected]> | 2022-12-05 16:17:01 +0900 |
---|---|---|
committer | git <[email protected]> | 2022-12-05 07:17:23 +0000 |
commit | 71b4d355266ae4ae3c2bf05b5882edbdbce1abfc (patch) | |
tree | 241b7a759c4a03b297cc3cd5b8ffc475b139ebb3 /lib/optparse.rb | |
parent | d9f75c6c5a5d2a54c581dda2fea5b7ba9d9491db (diff) |
[ruby/optparse] Bump version to 0.3.0
https://github.com/ruby/optparse/commit/c80dfb1ebd
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 7cc7d10982..dc2b8a060f 100644 --- a/lib/optparse.rb +++ b/lib/optparse.rb @@ -425,7 +425,7 @@ # If you have any questions, file a ticket at http://bugs.ruby-lang.org. # class OptionParser - OptionParser::Version = "0.2.0" + OptionParser::Version = "0.3.0" # :stopdoc: NoArgument = [NO_ARGUMENT = :NONE, nil].freeze |