We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e95dea commit 5e66eb3Copy full SHA for 5e66eb3
1 file changed
Makefile
@@ -3,7 +3,7 @@ COMMIT := $(shell git rev-parse --short HEAD)
3
TAG := "$(shell git rev-list --tags --max-count=1)"
4
VERSION := "$(shell git describe --tags ${TAG})-next"
5
BUILD_DIR=dist
6
-PROTON_COMMIT := "755609a0cc9e55bf1933ae661558a328e2eadd5f"
+PROTON_COMMIT := "409f146"
7
8
.PHONY: all build clean test tidy vet proto setup format generat
9
0 commit comments