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