diff --git a/proxy/proxy.go b/proxy/proxy.go index 2fb218c..4af7fe3 100644 --- a/proxy/proxy.go +++ b/proxy/proxy.go @@ -37,7 +37,7 @@ func NewProxy(opts *Options) (*Proxy, error) { proxy := &Proxy{ Opts: opts, - Version: "1.3.3", + Version: "1.3.4", Addons: make([]Addon, 0), }