Merge branch 'reformat'

This commit is contained in:
Tom Limoncelli 2017-12-06 17:01:52 -05:00
commit 678610034b
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 = ""
)