Skip to content

Commit

Permalink
upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
lqqyt2423 committed Jul 18, 2023
1 parent 1db784b commit 93c6055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func NewProxy(opts *Options) (*Proxy, error) {

proxy := &Proxy{
Opts: opts,
Version: "1.6.2",
Version: "1.6.3",
Addons: make([]Addon, 0),
}

Expand Down

0 comments on commit 93c6055

Please sign in to comment.