Build percona-toolkit-3.0.5

This commit is contained in:
Evgeniy Patlan
2017-11-17 08:08:54 +00:00
parent d2fcd4c0cc
commit 37e59dbc2d
39 changed files with 2062 additions and 37 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
GO := go
pkgs = $(shell find . -type d -name "pt-mongodb*" -exec basename {} \;)
VERSION="3.0.4"
VERSION="3.0.5"
BUILD=$(shell date +%FT%T%z)
GOVERSION=$(shell go version | cut --delimiter=" " -f3)