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

bump version to 2.10.0 for semver compliance

This commit is contained in:
Craig Peterson
2020-01-09 11:29:11 -05:00
parent 88769d51b7
commit ed48fc6dec

View File

@ -24,7 +24,7 @@ func main() {
// Update the number here manually each release, so at least we have a range for go-get people.
var (
SHA = ""
Version = "2.10"
Version = "2.10.0"
BuildTime = ""
)