From ddb9a8ec842c556efcdd9a2029edba3b8650d3ea Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Mon, 26 Sep 2016 15:01:00 -0700 Subject: [PATCH] Add a godoc comment to version --- pkg/version/version.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/version/version.go b/pkg/version/version.go index 33adb59..1064717 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -16,4 +16,6 @@ limitations under the License. package version +// VERSION is the app-global version string, which should be substituted with a +// real value during build. var VERSION = "UNKNOWN"