Add a godoc comment to version

master
Tim Hockin 2016-09-26 15:01:00 -07:00
parent 381cae2426
commit ddb9a8ec84
1 changed files with 2 additions and 0 deletions

View File

@ -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"