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

Release v3.16.0 (#1506)

* Release v3.16.0

* Update docs

* Update dependencies

* DOCS: Add missing AutoDNS owner
This commit is contained in:
Tom Limoncelli
2022-05-20 15:52:15 -04:00
committed by GitHub
parent 2768c34dc2
commit 24331d564a
5 changed files with 89 additions and 76 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.15.0"
Version = "v3.16.0"
BuildTime = ""
)