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

Release v2.8

This commit is contained in:
Tom Limoncelli
2018-12-18 15:28:34 -05:00
parent 6d93f80abb
commit 199da3bb99

View File

@ -24,7 +24,7 @@ func main() {
// 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 = "0.2.7" Version = "0.2.8"
BuildTime = "" BuildTime = ""
) )