From d3d6f19eb5aa1cd466002adb03f150ab9af38f7e Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 31 Oct 2025 12:20:14 +0900 Subject: [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 --- lib/optparse.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3