Skip to content

Commit d63dac4

Browse files
committed
build version updated to 1.0.0
1 parent 821fbc4 commit d63dac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tile/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ echo "building go binary"
1111
pushd ..
1212
curdir=`pwd`
1313
go get github.com/cloudfoundry-community/splunk-firehose-nozzle
14-
cd $GOPATH/src/github.com/cloudfoundry-community/splunk-firehose-nozzle && git checkout master && env GOOS=linux GOARCH=amd64 make build VERSION=1.0
14+
cd $GOPATH/src/github.com/cloudfoundry-community/splunk-firehose-nozzle && git checkout master && env GOOS=linux GOARCH=amd64 make build VERSION=1.0.0
1515
cp $GOPATH/src/github.com/cloudfoundry-community/splunk-firehose-nozzle/splunk-firehose-nozzle ${curdir}/../splunk-firehose-nozzle/
1616
cd ${curdir}
1717
popd

0 commit comments

Comments
 (0)