summaryrefslogtreecommitdiff
path: root/lib/optparse.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2024-04-15 14:05:43 +0900
committergit <[email protected]>2024-04-15 05:06:46 +0000
commitfc363944b40e4031b447f91fa897935620d43ecd (patch)
treea785a9a1e0f84579bcd54f48aef9e8dcae1b486c /lib/optparse.rb
parent9180e33ca3a5886fec3f9e0a2f48072b55914e65 (diff)
[ruby/optparse] bump up to 0.5.0
https://github.com/ruby/optparse/commit/f5018a8b1c
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 1dec3fa124..069c3e436e 100644
--- a/lib/optparse.rb
+++ b/lib/optparse.rb
@@ -425,7 +425,7 @@
#
class OptionParser
# The version string
- OptionParser::Version = "0.4.0"
+ OptionParser::Version = "0.5.0"
# :stopdoc:
NoArgument = [NO_ARGUMENT = :NONE, nil].freeze