diff --git a/proxy/proxy.go b/proxy/proxy.go index 3a68425..1aacf83 100644 --- a/proxy/proxy.go +++ b/proxy/proxy.go @@ -34,7 +34,7 @@ func NewProxy(opts *Options) (*Proxy, error) { proxy := &Proxy{ Opts: opts, - Version: "1.0.0", + Version: "1.1.0", Addons: make([]Addon, 0), }