From 2b7369eff42b7e4ccb0b7f676b36171085e50896 Mon Sep 17 00:00:00 2001 From: Ayushi Sharma Date: Wed, 29 May 2024 11:12:04 +0530 Subject: [PATCH] feat(edit-appeal): updated proto commit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0f6edd3b7..c0f143a24 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 := "0d20242f53946c5368c0d02738679580f61b9db6" +PROTON_COMMIT := "abd7685ca0f2541bd06dd858e032805ccd673faa" .PHONY: all build clean test tidy vet proto setup format generate