diff options
| author | David Anderson <dave@natulte.net> | 2020-03-16 21:16:18 -0700 |
|---|---|---|
| committer | David Anderson <dave@natulte.net> | 2020-03-16 21:16:18 -0700 |
| commit | dd14b658a2f42a3b4d78682e4f4f82f730262c5c (patch) | |
| tree | b096b9020d461b949726461639c1aca113b21ccd | |
| parent | 9ea445acd1b3ae26613f5dfd19a3c30f4badd504 (diff) | |
| download | tailscale-0.97.tar.xz tailscale-0.97.zip | |
version: bump again, for 0.97.0.v0.97
| -rw-r--r-- | version/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version/version.go b/version/version.go index 7823ec718..8ec5e1f2a 100644 --- a/version/version.go +++ b/version/version.go @@ -7,5 +7,5 @@ // Package version provides the version that the binary was built at. package version -const LONG = "date.20200316" +const LONG = "date.20200317" const SHORT = LONG // TODO: unused; remove SHORT? Make it a func? |
