summaryrefslogtreecommitdiff
path: root/lib/optparse.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2025-10-31 12:20:14 +0900
committergit <svn-admin@ruby-lang.org>2025-10-31 03:34:14 +0000
commitd3d6f19eb5aa1cd466002adb03f150ab9af38f7e (patch)
treea79c978134e45befa6c0e1107e92c2314e01e8f6 /lib/optparse.rb
parent5fbc0bcf5fc903d509821a51900f4ffab6b7f037 (diff)
[ruby/optparse] Bump up to v0.8.0
v0.8.0 is mistake of release workflow. This version is same as v0.7.0 https://github.com/ruby/optparse/commit/9a467d10d4
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 ef707e404b..0a3d04b09a 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"
+ VERSION = "0.8.0"
Version = VERSION # for compatibility
# :stopdoc: