mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-02-23 23:23:05 +08:00
bump version to 0.2.1
This commit is contained in:
parent
7daa7a6467
commit
83ff9b4f6d
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -24,7 +24,7 @@ func main() {
|
|||
// Update the number here manually each release, so at least we have a range for go-get people.
|
||||
var (
|
||||
SHA = ""
|
||||
Version = "0.2.0"
|
||||
Version = "0.2.1"
|
||||
BuildTime = ""
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue