File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ import (
2323)
2424
2525// Version is a build-time variable. The value is overridden by ldflags.
26- var Version string
26+ // The "latest" default marks a dev build; the server treats it as the newest version.
27+ var Version = "latest"
2728
2829func main () {
2930 os .Exit (mainInner ())
Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ import (
2525)
2626
2727// Version is a build-time variable. The value is overridden by ldflags.
28- var Version string
28+ // The "latest" default marks a dev build; the server treats it as the newest version.
29+ var Version = "latest"
2930
3031// https://everything.curl.dev/usingcurl/proxies/env.html
3132// https://cs.opensource.google/go/x/net/+/657eb1317b5dd33038d683297c6be9cae05fa97d:http/httpproxy/proxy.go
You can’t perform that action at this time.
0 commit comments