We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eda8e1 commit 17c6f0eCopy full SHA for 17c6f0e
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 := "b9ed2ad"
+PROTON_COMMIT := "eefb04d"
7
8
.PHONY: all build clean test tidy vet proto setup format generate lint install
9
0 commit comments