Skip to content

Commit

Permalink
Bump version. Remove darwin/arm release.
Browse files Browse the repository at this point in the history
  • Loading branch information
c4milo committed Mar 18, 2017
1 parent 41cf2f8 commit fb3d606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

NAME := github-release
VERSION := v1.0.8
VERSION := v1.0.9

build:
go build -ldflags "-X main.Version=$(VERSION)"

compile:
@rm -rf build/
@gox -ldflags "-X main.Version=$(VERSION)" \
-os="darwin" \
-osarch="darwin/amd64" \
-os="linux" \
-os="windows" \
-os="solaris" \
Expand Down

0 comments on commit fb3d606

Please sign in to comment.