diff --git a/dgraph/Makefile b/dgraph/Makefile index 78748be32a3..9776286d2d8 100644 --- a/dgraph/Makefile +++ b/dgraph/Makefile @@ -16,7 +16,7 @@ BIN = dgraph BUILD ?= $(shell git rev-parse --short HEAD) -BUILD_CODENAME = shuri-2 +BUILD_CODENAME = shuri-3 BUILD_DATE ?= $(shell git log -1 --format=%ci) BUILD_BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD) BUILD_VERSION ?= $(shell git describe --always --tags)