bump to 3.0

This commit is contained in:
Egor Kovetskiy
2020-07-25 11:09:06 +03:00
parent 951b276a9b
commit b654795a32
4 changed files with 6 additions and 6 deletions

View File

@@ -1,9 +1,6 @@
NAME = $(notdir $(PWD))
VERSION = $(shell printf "%s.%s" \
$$(git rev-list --count HEAD) \
$$(git rev-parse --short HEAD) \
)
VERSION = $(shell git describe --tags --abbrev=0)
GO111MODULE = on