Skip to content

Commit

Permalink
v1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lqqyt2423 committed Jun 28, 2024
1 parent 40c3298 commit 9d8b540
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 @@ -44,7 +44,7 @@ func NewProxy(opts *Options) (*Proxy, error) {

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

Expand Down

0 comments on commit 9d8b540

Please sign in to comment.