Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Philip K. Warren <[email protected]>
  • Loading branch information
pkwarren committed May 28, 2024
1 parent 62c6375 commit 9bd09e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ MAKEFLAGS += --no-print-directory
BIN := .tmp/bin
CACHE := .tmp/cache
LICENSE_HEADER_YEAR_RANGE := 2022-2023
LICENSE_HEADER_VERSION := v1.30.0
LICENSE_HEADER_VERSION := v1.32.1
CONFORMANCE_VERSION := v1.0.1
PROTOC_VERSION ?= 26.1
PROTOC_VERSION ?= 27.0
GRADLE_ARGS ?=
PROTOC := $(BIN)/protoc
CONNECT_CONFORMANCE := $(BIN)/connectconformance
Expand Down

0 comments on commit 9bd09e5

Please sign in to comment.