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 May 4, 2024
1 parent 1e4ecc2 commit 33ef5d7
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 := "57ea54e09e56ca55153db2b84e1d2c67db5c53a9"
PROTON_COMMIT := "88b9a88b51c325ae668f1927e6a72db201df5cee"

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

Expand Down

0 comments on commit 33ef5d7

Please sign in to comment.