diff options
author | Nobuyoshi Nakada <[email protected]> | 2022-12-22 19:57:30 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2022-12-26 15:09:21 +0900 |
commit | 4c767c1354038804abd1c94e7f549ed4f95a3d31 (patch) | |
tree | 3eeb2d74e955f3b6e612c523e9b744879c91f037 /lib/optparse.rb | |
parent | 8c8645f57895d97f5f3da06759c10853ba705a22 (diff) |
[ruby/optparse] bump up to 0.4.0.pre.1
https://github.com/ruby/optparse/commit/73661899ad
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/7025
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 53a4387bd8..26683ef25d 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.3.1" + OptionParser::Version = "0.4.0.pre.1" # :stopdoc: NoArgument = [NO_ARGUMENT = :NONE, nil].freeze |