summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Anderson <dave@natulte.net>2020-03-16 20:35:35 -0700
committerDavid Anderson <dave@natulte.net>2020-03-16 20:35:35 -0700
commit9ea445acd1b3ae26613f5dfd19a3c30f4badd504 (patch)
tree5724e5003ed7c6f6038fa7e65479a421c322f7dc
parent5758d8d48f173cbe99a13a4d966bcecf6a31e38e (diff)
downloadtailscale-0.96.1.tar.xz
tailscale-0.96.1.zip
version: bump for 0.96.1 tag.v0.96.1
-rw-r--r--version/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/version/version.go b/version/version.go
index b35558a7d..7823ec718 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.20200315"
+const LONG = "date.20200316"
const SHORT = LONG // TODO: unused; remove SHORT? Make it a func?