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

Release v3.16.2

This commit is contained in:
Tom Limoncelli
2022-05-31 10:51:03 -04:00
parent 58b2704fde
commit 23a4772d8f

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. // Update the number here manually each release, so at least we have a range for go-get people.
var ( var (
SHA = "" SHA = ""
Version = "v3.16.1" Version = "v3.16.2"
BuildTime = "" BuildTime = ""
) )