Compare commits

..

1 Commits

Author SHA1 Message Date
88ba0839b5 Fix code formatter 2019-09-09 15:52:32 +02:00

View File

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