Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
absolute8511 committed Apr 8, 2018
1 parent bd190f9 commit 061a624
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PREFIX=/usr/local
DESTDIR=
BINDIR=${PREFIX}/bin
PROJECT?=github.com/absolute8511/ZanRedisDB
VERBINARY?= 0.2.1
VERBINARY?= 0.3.0
COMMIT?=$(shell git rev-parse --short HEAD)
BUILD_TIME?=$(shell date '+%Y-%m-%d_%H:%M:%S-%Z')
GOFLAGS=-ldflags "-s -w -X ${PROJECT}/common.VerBinary=${VERBINARY} -X ${PROJECT}/common.Commit=${COMMIT} -X ${PROJECT}/common.BuildTime=${BUILD_TIME}"
Expand Down
3 changes: 3 additions & 0 deletions jenkins-ci-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ mkdir -p $googleDep
if [ ! -d "$googleDep/grpc" ]; then
pushd $googleDep && git clone https://github.com/grpc/grpc-go.git grpc && popd
fi
if [ ! -d "$googleDep/genproto" ]; then
pushd $googleDep && git https://github.com/google/go-genproto clone genproto && popd
fi

go get -d github.com/absolute8511/ZanRedisDB/...
arch=$(go env GOARCH)
Expand Down

0 comments on commit 061a624

Please sign in to comment.