diff --git a/src/go/Makefile b/src/go/Makefile index d5f5465e..d1edcd2b 100644 --- a/src/go/Makefile +++ b/src/go/Makefile @@ -1,6 +1,6 @@ GO := go pkgs = $(shell find . -type d -name "pt-mongodb*" -exec basename {} \;) -VERSION=$(shell git describe --tags) +VERSION="3.0.1" BUILD=$(shell date +%FT%T%z) GOVERSION=$(shell go version | cut --delimiter=" " -f3)