1
0
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:
Tom Limoncelli
2017-12-06 17:01:52 -05:00
2 changed files with 3 additions and 1 deletions

View File

@ -40,6 +40,8 @@ Review the git log using this command:
git log v0.2.2...v0.1.5
(Don't create the release yet!)
Create the binaries and attach them to the release:
go run build/build.go

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.
var (
SHA = ""
Version = "0.2.3"
Version = "0.2.4"
BuildTime = ""
)