2020-02-10 17:00:30 +00:00
|
|
|
// 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.
|
|
|
|
|
2020-06-22 20:48:12 +01:00
|
|
|
// +build !redo,!xversion
|
2020-02-10 17:00:30 +00:00
|
|
|
|
|
|
|
// Package version provides the version that the binary was built at.
|
|
|
|
package version
|
|
|
|
|
2020-08-21 04:12:54 +01:00
|
|
|
const LONG = "date.20200820"
|
2020-06-12 19:44:26 +01:00
|
|
|
const SHORT = LONG
|