diff --git a/main.go b/main.go index 20e61cd..34fb71d 100644 --- a/main.go +++ b/main.go @@ -17,8 +17,8 @@ type UserLogin struct { Password string `json:"password" form:"password"` } -// Set the version -var Version string = "1.0" +// Version sets the version to be printed to the user. Gets overwritten by "make release" or "make build" with last git commit or tag. +var Version = "1.0" func main() {