summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2025-10-31 12:20:46 +0900
committergit <svn-admin@ruby-lang.org>2025-10-31 03:21:23 +0000
commit9facc6e9603d5edf1f7a07756c71eaf3c05bf732 (patch)
treeabca6ee03c49d955600bf70f18336e0a726404d5
parent2eae7049384fb764a45b04451c8cc7d80de587ed (diff)
[ruby/optparse] Bump up v0.7.0
https://github.com/ruby/optparse/commit/a394ca4878
-rw-r--r--lib/optparse.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/optparse.rb b/lib/optparse.rb
index dcd980f874..ef707e404b 100644
--- a/lib/optparse.rb
+++ b/lib/optparse.rb
@@ -426,7 +426,7 @@ require 'set' unless defined?(Set)
#
class OptionParser
# The version string
- VERSION = "0.7.0.dev.2"
+ VERSION = "0.7.0"
Version = VERSION # for compatibility
# :stopdoc: