We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76adb2c commit f8defacCopy full SHA for f8defac
proxy/proxy.go
@@ -46,7 +46,7 @@ func NewProxy(opts *Options) (*Proxy, error) {
46
47
proxy := &Proxy{
48
Opts: opts,
49
- Version: "1.8.7",
+ Version: "1.8.8",
50
Addons: make([]Addon, 0),
51
}
52
0 commit comments