[ruby/optparse] Bump version to 0.3.1

https://github.com/ruby/optparse/commit/2a1e157ae1
This commit is contained in:
Hiroshi SHIBATA 2022-12-22 17:47:34 +09:00
parent 298176f23a
commit fe7190a8c1
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -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