2020-02-11 01:00:30 +08: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-23 03:48:12 +08:00
|
|
|
// +build !redo,!xversion
|
2020-02-11 01:00:30 +08:00
|
|
|
|
|
|
|
// Package version provides the version that the binary was built at.
|
|
|
|
package version
|
|
|
|
|
2020-07-04 04:47:09 +08:00
|
|
|
const LONG = "date.20200703"
|
2020-06-13 02:44:26 +08:00
|
|
|
const SHORT = LONG
|