Skip to content

Commit

Permalink
version: add a manual date as version for now
Browse files Browse the repository at this point in the history
Maybe we'll auto-bump this with a bot over time.

See golang/go#37475 & golang/go#29814

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
  • Loading branch information
bradfitz committed Feb 28, 2020
1 parent f3c0ea2 commit 07f0fd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version/version.go
Expand Up @@ -7,5 +7,5 @@
// Package version provides the version that the binary was built at.
package version

const LONG = "LONGVER-TODO"
const SHORT = "SHORTVER-TODO"
const LONG = "date.20200228"
const SHORT = LONG // TODO: unused; remove SHORT? Make it a func?

0 comments on commit 07f0fd0

Please sign in to comment.