summaryrefslogtreecommitdiff
path: root/lib/optparse.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-10-21 20:38:56 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-10-21 21:01:34 +0900
commitb8d49d0d01662c87628e7d5e9285a9d71d2df96a (patch)
tree4b8f1bb547ae2cae4cf100e5abbaa6ded60ae549 /lib/optparse.rb
parentcb4c98f94966b2434339a44b9ceba44cafff7fc8 (diff)
downloadruby-b8d49d0d01662c87628e7d5e9285a9d71d2df96a.tar.gz
[ruby/optparse] Bump up optparse version to 0.2.0
https://github.com/ruby/optparse/commit/1226b670e6
Diffstat (limited to 'lib/optparse.rb')
-rw-r--r--lib/optparse.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/optparse.rb b/lib/optparse.rb
index 060b13428a..61dd87f558 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.1.1"
+ OptionParser::Version = "0.2.0"
# :stopdoc:
NoArgument = [NO_ARGUMENT = :NONE, nil].freeze