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

Release v3.4.2

This commit is contained in:
Tom Limoncelli
2020-10-12 12:55:43 -04:00
parent c899706309
commit ac3ee9afea

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 = "3.4.1"
Version = "3.4.2"
BuildTime = ""
)