Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrckd committed Jan 12, 2023
1 parent a97757b commit 7185081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 7185081

Please sign in to comment.