version/version.go (5 lines of code) (raw):
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package version
var (
// Version holds the semantic version. Filled in at linking time.
Version = ""
// Revision is filled with the VCS revision. Filled in at linking time.
Revision = ""
)