From 3f220f43c7ff4ab569c944df1c5116d8f2a46ee9 Mon Sep 17 00:00:00 2001 From: Evgeniy Patlan Date: Fri, 17 Feb 2017 12:20:47 +0200 Subject: [PATCH] Version should be the same for all tools --- src/go/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)