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

Release v3.9.0 (#1156)

* Release v3.9.0

* go generate
This commit is contained in:
Tom Limoncelli
2021-05-13 12:48:05 -04:00
committed by GitHub
parent 9497a988ea
commit 1ec61c536b
3 changed files with 105 additions and 101 deletions

View File

@ -19,7 +19,7 @@ import (
// Update the number here manually each release, so at least we have a range for go-get people.
var (
SHA = ""
Version = "v3.8.1"
Version = "v3.9.0"
BuildTime = ""
)