Fix version env var in Makefile

This commit is contained in:
Waleed Malik
2021-01-26 15:57:25 +05:00
parent f373686b75
commit 2f9dd7c422
3 changed files with 6 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ TAG ?= v0.0.75.0
REPOSITORY_GENERIC = ${DOCKER_IMAGE}:${TAG}
REPOSITORY_ARCH = ${DOCKER_IMAGE}:${TAG}-${ARCH}
VERSION=$(shell cat .version)
VERSION ?= 0.0.1
BUILD=
GOCMD = go