diff --git a/Makefile b/Makefile index 1f2435f8c..c98ca8559 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ COMMIT := $(shell git rev-parse --short HEAD) TAG := "$(shell git rev-list --tags --max-count=1)" VERSION := "$(shell git describe --tags ${TAG})-next" BUILD_DIR=dist -PROTON_COMMIT := "8300157e4ac12a15f0dcc7f02b4b80c3c76be9fe" +PROTON_COMMIT := "5c19c2579d679e2a807dcde2fe4445f79233df91" .PHONY: all build clean test tidy vet proto setup format generate