Skip to content

Commit

Permalink
Update PROTOC_VERSION in 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 Jun 10, 2024
1 parent 6b9a24d commit 1499e68
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 @@ -11,7 +11,7 @@ CACHE := .tmp/cache
LICENSE_HEADER_YEAR_RANGE := 2022-2023
LICENSE_HEADER_VERSION := v1.32.1
CONFORMANCE_VERSION := v1.0.1
PROTOC_VERSION ?= 27.0
PROTOC_VERSION ?= 27.1
GRADLE_ARGS ?=
PROTOC := $(BIN)/protoc
CONNECT_CONFORMANCE := $(BIN)/connectconformance
Expand Down

0 comments on commit 1499e68

Please sign in to comment.