version: add stub; use rsc.io/goversion/version later

This commit is contained in:
Brad Fitzpatrick 2020-02-10 09:00:30 -08:00
parent a8d8b8719a
commit a1fbf25f77
1 changed files with 11 additions and 0 deletions

11
version/version.go Normal file
View File

@ -0,0 +1,11 @@
// Copyright (c) 2020 Tailscale Inc & AUTHORS All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build !redo
// Package version provides the version that the binary was built at.
package version
const LONG = "LONGVER-TODO"
const SHORT = "SHORTVER-TODO"