1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

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.