From 23d0680f87a2c9d1b7a6d7a19f4e826d129482c8 Mon Sep 17 00:00:00 2001 From: Steve Ayers Date: Fri, 9 Aug 2024 12:05:16 -0400 Subject: [PATCH] Release 28.0-rc2 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5dfcbcc5..8bf6bb0e 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ TMP = .tmp BIN = .tmp/bin UNAME_OS := $(shell uname -s) LICENSE_HEADER_YEAR_RANGE := 2023-2024 +# 28.0-rc2 GOOGLE_PROTOBUF_VERSION = 26.1 ifeq ($(UNAME_OS),Darwin)