From 46195b4ce147e8f6f67c0bd9f2f61544218d08a5 Mon Sep 17 00:00:00 2001 From: dtrckd Date: Mon, 3 Jul 2023 14:41:27 +0200 Subject: [PATCH] build: Fix client version. --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9822ed4..0a83b87 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ BINARY := f6 #DGRAPH_RELEASE := v21.03.1 #DGRAPH_RELEASE := v21.12.0 DGRAPH_RELEASE := v22.0.2 -CLIENT_RELEASE := 0.7.9 +CLIENT_RELEASE := 0.8 $(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)) diff --git a/README.md b/README.md index 18e6494..eff4cdf 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Using Fractale for your organization offers the following capabilities and featu Download and extract the given release - wget https://github.com/fractal6/fractal6.go/releases/download/0.7.9/fractal6-amd64.zip + wget https://github.com/fractal6/fractal6.go/releases/latest/download/fractal6-amd64.zip unzip fractal6-amd64.zip && mv fractal6-amd64 fractal6 cd fractal6