Version should be the same for all tools

This commit is contained in:
Evgeniy Patlan
2017-02-17 12:20:47 +02:00
parent 03749afabe
commit 3f220f43c7

View File

@@ -1,6 +1,6 @@
GO := go GO := go
pkgs = $(shell find . -type d -name "pt-mongodb*" -exec basename {} \;) 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) BUILD=$(shell date +%FT%T%z)
GOVERSION=$(shell go version | cut --delimiter=" " -f3) GOVERSION=$(shell go version | cut --delimiter=" " -f3)