We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f97773 commit 61ceae4Copy full SHA for 61ceae4
proxy/proxy.go
@@ -41,7 +41,7 @@ func NewProxy(opts *Options) (*Proxy, error) {
41
42
proxy := &Proxy{
43
Opts: opts,
44
- Version: "1.8.0",
+ Version: "1.8.1",
45
Addons: make([]Addon, 0),
46
}
47
0 commit comments