tailscale/version/ver.go.in
David Anderson 77907a76a3 version: tag redo-generated version as +build redo.
staticcheck defaults to running with no tags set, which only
works if redo hasn't run and generated ver.go. If it has,
we end up with a redeclaration conflict.

Signed-off-by: David Anderson <dave@natulte.net>
2020-02-19 19:59:28 -08:00

7 lines
85 B
Go

// +build redo
package version
const LONG = "{LONGVER}"
const SHORT = "{SHORTVER}"