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

Release v3.14.0 (#1399)

* Release v3.14.0
* Update deprec list
This commit is contained in:
Tom Limoncelli
2022-02-05 10:04:58 -05:00
committed by GitHub
parent 3c78ce803c
commit 9ba4bfe0c8
4 changed files with 19 additions and 10 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.13.0"
Version = "v3.14.0"
BuildTime = ""
)