mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Merge branch 'reformat'
This commit is contained in:
@ -40,6 +40,8 @@ Review the git log using this command:
|
|||||||
|
|
||||||
git log v0.2.2...v0.1.5
|
git log v0.2.2...v0.1.5
|
||||||
|
|
||||||
|
(Don't create the release yet!)
|
||||||
|
|
||||||
Create the binaries and attach them to the release:
|
Create the binaries and attach them to the release:
|
||||||
|
|
||||||
go run build/build.go
|
go run build/build.go
|
||||||
|
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 = "0.2.3"
|
Version = "0.2.4"
|
||||||
BuildTime = ""
|
BuildTime = ""
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user