Skip to content

Commit

Permalink
chore: update proton commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmatrhd committed Jun 14, 2023
1 parent 231956a commit fed43c0
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 := "5847e62285bedca7515bc6ea6326ef963566c54f"
PROTON_COMMIT := "07884ade7983c5de0fde7d426f23574d82ce31a6"

.PHONY: all build clean test tidy vet proto setup format generate

Expand Down

0 comments on commit fed43c0

Please sign in to comment.