We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8da644 commit 136c3b0Copy full SHA for 136c3b0
Makefile
@@ -6,7 +6,7 @@ BINARY := f6
6
#DGRAPH_RELEASE := v21.03.1
7
#DGRAPH_RELEASE := v21.12.0
8
DGRAPH_RELEASE := v22.0.2
9
-CLIENT_RELEASE := 0.8.2
+CLIENT_RELEASE := 0.8.3
10
$(eval BRANCH_NAME=$(shell git rev-parse --abbrev-ref HEAD))
11
$(eval COMMIT_NAME=$(shell git rev-parse --short HEAD))
12
$(eval RELEASE_VERSION=$(shell git tag -l --sort=-creatordate | head -n 1))
0 commit comments