Skip to content

Commit

Permalink
Release v2.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
apflieger committed Jun 29, 2017
1 parent ef61db2 commit 4ad9ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ uninstall:
rm $(htmldir)/git-octopus.html
rm $(htmldir)/git-conflict.html

go-build = GOOS=$(1) GOARCH=$(2) go build -o git-octopus-$(1)-$(2)-2.0.beta1
go-build = GOOS=$(1) GOARCH=$(2) go build -o git-octopus-$(1)-$(2)-2.0.beta2

go-cross-compile:
$(call go-build,darwin,386)
Expand Down

0 comments on commit 4ad9ba8

Please sign in to comment.