Update version

This commit is contained in:
Evgeniy Patlan
2017-03-23 14:17:12 +02:00
parent 3357eb8aec
commit 5fe708ebb0
45 changed files with 108 additions and 43 deletions

View File

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