mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-12-11 22:56:09 +08:00
bump version to 2.10.0 for semver compliance
This commit is contained in:
parent
88769d51b7
commit
ed48fc6dec
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.
|
// Update the number here manually each release, so at least we have a range for go-get people.
|
||||||
var (
|
var (
|
||||||
SHA = ""
|
SHA = ""
|
||||||
Version = "2.10"
|
Version = "2.10.0"
|
||||||
BuildTime = ""
|
BuildTime = ""
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue