RM-269 bump version

This commit is contained in:
Mykola Marzhan
2017-08-01 13:28:32 +03:00
parent d871d60c12
commit 70265ad22f
36 changed files with 76 additions and 35 deletions

View File

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