mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 19:15:34 +00:00
version: bump
This commit is contained in:
parent
47265000da
commit
f6dd2128d9
1
go.mod
1
go.mod
@ -31,4 +31,3 @@ require (
|
|||||||
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
|
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
|
||||||
rsc.io/goversion v1.2.0
|
rsc.io/goversion v1.2.0
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -7,5 +7,5 @@
|
|||||||
// Package version provides the version that the binary was built at.
|
// Package version provides the version that the binary was built at.
|
||||||
package version
|
package version
|
||||||
|
|
||||||
const LONG = "date.20200228"
|
const LONG = "date.20200306"
|
||||||
const SHORT = LONG // TODO: unused; remove SHORT? Make it a func?
|
const SHORT = LONG // TODO: unused; remove SHORT? Make it a func?
|
||||||
|
Loading…
Reference in New Issue
Block a user