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

Release v3.10.1 (#1194)

* Release v3.10.1

* Update dependencies

* RELENG: Update doc to verify version string

* Fix codeql issue
This commit is contained in:
Tom Limoncelli
2021-07-01 10:17:43 -04:00
committed by GitHub
parent 4b68e14039
commit 0630c185cf
5 changed files with 48 additions and 26 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.9.0"
Version = "v3.10.1"
BuildTime = ""
)