diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2024-04-15 14:05:43 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-04-15 05:06:46 +0000 |
| commit | fc363944b40e4031b447f91fa897935620d43ecd (patch) | |
| tree | a785a9a1e0f84579bcd54f48aef9e8dcae1b486c /lib/optparse.rb | |
| parent | 9180e33ca3a5886fec3f9e0a2f48072b55914e65 (diff) | |
[ruby/optparse] bump up to 0.5.0
https://github.com/ruby/optparse/commit/f5018a8b1c
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 1dec3fa124..069c3e436e 100644 --- a/lib/optparse.rb +++ b/lib/optparse.rb @@ -425,7 +425,7 @@ # class OptionParser # The version string - OptionParser::Version = "0.4.0" + OptionParser::Version = "0.5.0" # :stopdoc: NoArgument = [NO_ARGUMENT = :NONE, nil].freeze |
