Skip to content

Commit 5e66eb3

Browse files
committed
build: update PROTON_COMMIT to merged main (409f146)
1 parent 2e95dea commit 5e66eb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 := "755609a0cc9e55bf1933ae661558a328e2eadd5f"
6+
PROTON_COMMIT := "409f146"
77

88
.PHONY: all build clean test tidy vet proto setup format generat
99

0 commit comments

Comments
 (0)