diff --git a/code-formatter/Makefile b/code-formatter/Makefile index a9520ae..2adf9ce 100644 --- a/code-formatter/Makefile +++ b/code-formatter/Makefile @@ -17,7 +17,7 @@ GIT_TAG = $(shell git describe --tags --exact-match 2>/dev/null) VERSION := $(or $(GIT_TAG),latest) -all : VERSION := 1.0.2 +all : VERSION := 1.0.3 all : build release .PHONY : all