Skip to content

Commit

Permalink
fix: makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Lifosmin Simon authored and Lifosmin Simon committed Sep 12, 2023
1 parent 3a23b9e commit 3db9f5b
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 := "8300157e4ac12a15f0dcc7f02b4b80c3c76be9fe"
PROTON_COMMIT := "5c19c2579d679e2a807dcde2fe4445f79233df91"

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

Expand Down

0 comments on commit 3db9f5b

Please sign in to comment.