We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0da76d commit 3e499e9Copy full SHA for 3e499e9
proxy/proxy.go
@@ -44,7 +44,7 @@ func NewProxy(opts *Options) (*Proxy, error) {
44
45
proxy := &Proxy{
46
Opts: opts,
47
- Version: "1.8.4",
+ Version: "1.8.5",
48
Addons: make([]Addon, 0),
49
}
50
0 commit comments