diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-12-10 15:42:31 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-12-10 06:43:06 +0000 |
| commit | 8e87f201cf54b112642ed0421ddabd57336d672e (patch) | |
| tree | 79b297a6c2a73efe4f93fff7450369728dd8defe | |
| parent | a8b7fb7ed6990df00514240a247ed9dd97bbbf8b (diff) | |
[ruby/optparse] v0.8.1
https://github.com/ruby/optparse/commit/f2e31e81a5
| -rw-r--r-- | lib/optparse.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/optparse.rb b/lib/optparse.rb index aae73c86b3..97178e284b 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.8.0" + VERSION = "0.8.1" # An alias for compatibility Version = VERSION |
