Skip to content

Commit

Permalink
feat(edit-appeal): updated proto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushi Sharma committed May 29, 2024
1 parent 2880a4b commit 2b7369e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2b7369e

Please sign in to comment.