diff --git a/dgraph/Makefile b/dgraph/Makefile index 2b32c65cefa..ae0bcd0685e 100644 --- a/dgraph/Makefile +++ b/dgraph/Makefile @@ -17,7 +17,7 @@ USER_ID = $(shell id -u) BIN = dgraph BUILD ?= $(shell git rev-parse --short HEAD) -BUILD_CODENAME = rocket-1 +BUILD_CODENAME = rocket-2 BUILD_DATE ?= $(shell git log -1 --format=%ci) BUILD_BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD)