diff options
author | Hiroshi SHIBATA <[email protected]> | 2022-12-22 17:47:34 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2022-12-22 17:48:22 +0900 |
commit | fe7190a8c19bb56ca0aefed368402af1547dd09a () | |
tree | 18081aec7c118e465a4b96586caf62d6fcfa1cce | |
parent | 298176f23acb6a79ec6bca6767547bf7d7162dfd (diff) |
[ruby/optparse] Bump version to 0.3.1
https://.com/ruby/optparse/commit/2a1e157ae1
-rw-r--r-- | lib/optparse.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -425,7 +425,7 @@ # If you have any questions, file a ticket at http://bugs.ruby-lang.org. # class OptionParser - OptionParser::Version = "0.3.0" # :stopdoc: NoArgument = [NO_ARGUMENT = :NONE, nil].freeze |