[ruby/optparse] v0.8.1

https://github.com/ruby/optparse/commit/f2e31e81a5
This commit is contained in:
Hiroshi SHIBATA 2025-12-10 15:42:31 +09:00 committed by git
parent a8b7fb7ed6
commit 8e87f201cf

View File

@ -426,7 +426,7 @@ require 'set' unless defined?(Set)
#
class OptionParser
# The version string
VERSION = "0.8.0"
VERSION = "0.8.1"
# An alias for compatibility
Version = VERSION