mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-11 01:47:53 +08:00
Release v3.5.0
This commit is contained in:
parent
148d85eeb6
commit
5cb6c533e6
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -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 = "3.4.2"
|
Version = "3.5.0"
|
||||||
BuildTime = ""
|
BuildTime = ""
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue