Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: Haveiss <haveiss@users.noreply.github.com>
  • Loading branch information
ravisuhag and haveiss committed Oct 18, 2022
1 parent 5bd1831 commit 9c9da7c
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 := "2bac5d26cdac9bdef421c9a33c75c73a0315a76a"
PROTON_COMMIT := "cf8b1f97947dc5c1f562a2e67dec0fe344a5ee61"

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

Expand Down

0 comments on commit 9c9da7c

Please sign in to comment.