summaryrefslogtreecommitdiff
path: root/lib/optparse.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-05 16:17:01 +0900
committergit <svn-admin@ruby-lang.org>2022-12-05 07:17:23 +0000
commit71b4d355266ae4ae3c2bf05b5882edbdbce1abfc (patch)
tree241b7a759c4a03b297cc3cd5b8ffc475b139ebb3 /lib/optparse.rb
parentd9f75c6c5a5d2a54c581dda2fea5b7ba9d9491db (diff)
[ruby/optparse] Bump version to 0.3.0
https://github.com/ruby/optparse/commit/c80dfb1ebd
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 7cc7d10982..dc2b8a060f 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.2.0"
+ OptionParser::Version = "0.3.0"
# :stopdoc:
NoArgument = [NO_ARGUMENT = :NONE, nil].freeze