Skip to content

Commit

Permalink
Updates version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsteele committed Nov 4, 2014
1 parent d34ce09 commit 7c694a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

for OS in "linux" "darwin" "windows"; do
GOOS=$OS CGO_ENABLED=0 GOARCH=amd64 go build
FOLDER=burpstaticscan-1.0.0$OS-amd64
FOLDER=burpstaticscan-1.0.1$OS-amd64
ARCHIVE=$FOLDER.tar.gz
mkdir $FOLDER
cp LICENSE $FOLDER
Expand Down

0 comments on commit 7c694a3

Please sign in to comment.