No-op change

This commit is contained in:
Tom Limoncelli 2020-07-14 07:20:07 -04:00
parent f12cd58d1f
commit df69016cd1

View file

@ -18,7 +18,7 @@ func main() {
os.Exit(commands.Run(versionString()))
}
// Version management. 2 Goals:
// Version management. Goals:
// 1. Someone who just does "go get" has at least some information.
// 2. If built with build/build.go, more specific build information gets put in.
// Update the number here manually each release, so at least we have a range for go-get people.