diff --git a/version.go b/version.go index f916f551e..0a68f59a3 100644 --- a/version.go +++ b/version.go @@ -1,8 +1,10 @@ package main // The git commit that was compiled. This will be filled in by the compiler. -var GitCommit string -var GitDescribe string +var ( + GitCommit string + GitDescribe string +) // The main version number that is being run at the moment. const Version = "0.5.2"