try to set a more matching version number

This commit is contained in:
Florian Sundermann
2016-09-27 13:25:17 +02:00
parent 357fc09e69
commit 4bcb13efc0
2 changed files with 66 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
.PHONY: runtime
VERSION = $(shell git describe --tags --abbrev=0)
VERSION = $(shell go run tools/build-version.go)
HASH = $(shell git rev-parse --short HEAD)
DATE = $(shell go run tools/build-date.go)