Code formatter: up the version

This commit is contained in:
Arnie 2018-12-19 06:41:27 +01:00
parent 3e5427a95b
commit cc0b2cd584

View File

@ -17,7 +17,7 @@ GIT_TAG = $(shell git describe --tags --exact-match 2>/dev/null)
VERSION := $(or $(GIT_TAG),latest) VERSION := $(or $(GIT_TAG),latest)
all : VERSION := 1.0.2 all : VERSION := 1.0.3
all : build release all : build release
.PHONY : all .PHONY : all