Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lian committed Feb 9, 2018
1 parent 207cae2 commit 449fb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cross-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -xe
mkdir -p builds/tmp
cd builds/tmp

version=0.0.5
version=0.0.6
githash=$(git rev-parse HEAD)

/opt/bin/xgo -v -go 1.9.2 -x -ldflags "-X main.AppVersion=$version -X main.AppGitHash=$githash" --targets=darwin/amd64,windows/386 ../../../
Expand Down

0 comments on commit 449fb54

Please sign in to comment.