summaryrefslogtreecommitdiff
path: root/lib/optparse.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2022-12-22 19:57:30 +0900
committerHiroshi SHIBATA <[email protected]>2022-12-26 15:09:21 +0900
commit4c767c1354038804abd1c94e7f549ed4f95a3d31 (patch)
tree3eeb2d74e955f3b6e612c523e9b744879c91f037 /lib/optparse.rb
parent8c8645f57895d97f5f3da06759c10853ba705a22 (diff)
[ruby/optparse] bump up to 0.4.0.pre.1
https://github.com/ruby/optparse/commit/73661899ad
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7025
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 53a4387bd8..26683ef25d 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.1"
+ OptionParser::Version = "0.4.0.pre.1"
# :stopdoc:
NoArgument = [NO_ARGUMENT = :NONE, nil].freeze