Skip to content

Commit

Permalink
Update to Protobuf v26 rc3 (#195)
Browse files Browse the repository at this point in the history
Updates the repo to use Protobuf v26.0-rc3.
  • Loading branch information
smaye81 committed Feb 29, 2024
1 parent 84162a3 commit 4cfd7d8
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 @@ -10,7 +10,7 @@ TMP = .tmp
BIN = .tmp/bin
UNAME_OS := $(shell uname -s)
LICENSE_HEADER_YEAR_RANGE := 2023-2024
GOOGLE_PROTOBUF_VERSION = 26.0-rc2
GOOGLE_PROTOBUF_VERSION = 26.0-rc3

ifeq ($(UNAME_OS),Darwin)
PLATFORM := osx-x86_64
Expand Down

0 comments on commit 4cfd7d8

Please sign in to comment.