Skip to content

Commit 17c6f0e

Browse files
committed
build: update PROTON_COMMIT to eefb04d (merged entity proto)
1 parent 2eda8e1 commit 17c6f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ COMMIT := $(shell git rev-parse --short HEAD)
33
TAG := "$(shell git rev-list --tags --max-count=1)"
44
VERSION := "$(shell git describe --tags ${TAG})-next"
55
BUILD_DIR=dist
6-
PROTON_COMMIT := "b9ed2ad"
6+
PROTON_COMMIT := "eefb04d"
77

88
.PHONY: all build clean test tidy vet proto setup format generate lint install
99

0 commit comments

Comments
 (0)