From 19900547914842991ed48b8468e5724463ff46a8 Mon Sep 17 00:00:00 2001 From: Raphael Simon Date: Tue, 11 Oct 2022 11:03:58 -0700 Subject: [PATCH] Prepare v3.10.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 89162d32ea..d8449987e5 100644 --- a/Makefile +++ b/Makefile @@ -13,8 +13,8 @@ # - "all" is the default target, it runs "lint" and "test" # MAJOR=3 -MINOR=9 -BUILD=1 +MINOR=10 +BUILD=0 GOOS=$(shell go env GOOS) GO_FILES=$(shell find . -type f -name '*.go')