Skip to content

Commit 136c3b0

Browse files
committed
Update Makefile
1 parent e8da644 commit 136c3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ BINARY := f6
66
#DGRAPH_RELEASE := v21.03.1
77
#DGRAPH_RELEASE := v21.12.0
88
DGRAPH_RELEASE := v22.0.2
9-
CLIENT_RELEASE := 0.8.2
9+
CLIENT_RELEASE := 0.8.3
1010
$(eval BRANCH_NAME=$(shell git rev-parse --abbrev-ref HEAD))
1111
$(eval COMMIT_NAME=$(shell git rev-parse --short HEAD))
1212
$(eval RELEASE_VERSION=$(shell git tag -l --sort=-creatordate | head -n 1))

0 commit comments

Comments
 (0)