From cc0b2cd584bcfc3c2c758ae508e7f43b1052d4df Mon Sep 17 00:00:00 2001 From: Arnie Date: Wed, 19 Dec 2018 06:41:27 +0100 Subject: [PATCH] Code formatter: up the version --- code-formatter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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