Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrckd committed Jun 18, 2024
1 parent e8da644 commit 136c3b0
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 @@ -6,7 +6,7 @@ BINARY := f6
#DGRAPH_RELEASE := v21.03.1
#DGRAPH_RELEASE := v21.12.0
DGRAPH_RELEASE := v22.0.2
CLIENT_RELEASE := 0.8.2
CLIENT_RELEASE := 0.8.3
$(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 136c3b0

Please sign in to comment.