summaryrefslogtreecommitdiff
path: root/lib/optparse.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-22 17:47:34 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-22 17:48:22 +0900
commitfe7190a8c19bb56ca0aefed368402af1547dd09a (patch)
tree18081aec7c118e465a4b96586caf62d6fcfa1cce /lib/optparse.rb
parent298176f23acb6a79ec6bca6767547bf7d7162dfd (diff)
[ruby/optparse] Bump version to 0.3.1
https://github.com/ruby/optparse/commit/2a1e157ae1
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 b9126465e0..53a4387bd8 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.0"
+ OptionParser::Version = "0.3.1"
# :stopdoc:
NoArgument = [NO_ARGUMENT = :NONE, nil].freeze