From 7185081fefa93d09a2965c09f7770d2a95f33a20 Mon Sep 17 00:00:00 2001 From: dtrckd Date: Fri, 13 Jan 2023 00:47:52 +0100 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index be52eb4..8816ab7 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ MOD := fractale/fractal6.go BINARY := f6 DGRAPH_RELEASE := v21.03.1 #DGRAPH_RELEASE := v21.12.0 -CLIENT_RELEASE := 0.7.3 +CLIENT_RELEASE := 0.7.4 $(eval BRANCH_NAME=$(shell git rev-parse --abbrev-ref HEAD)) $(eval COMMIT_NAME=$(shell git rev-parse --short HEAD)) $(eval RELEASE_VERSION=$(shell git tag -l --sort=-creatordate | head -n 1))