Skip to content

Commit

Permalink
build: Fix client version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrckd committed Jul 3, 2023
1 parent 2e1d248 commit 46195b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 46195b4

Please sign in to comment.