From 59f01944c11a470337c58aba115b7b4a07d4c11d Mon Sep 17 00:00:00 2001 From: Raphael Simon Date: Tue, 9 Apr 2024 20:04:08 -0700 Subject: [PATCH] Prepare v3.16.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8aa38b60ba..c6ec5c4c39 100644 --- a/Makefile +++ b/Makefile @@ -13,8 +13,8 @@ # - "all" is the default target, it runs "lint" and "test" # MAJOR=3 -MINOR=15 -BUILD=2 +MINOR=16 +BUILD=0 GOOS=$(shell go env GOOS) GOARCH=$(shell go env GOARCH)