From fcb55e5dac8f855d94c58c729022763f2f116bda Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Mon, 22 Nov 2021 10:47:51 -0500 Subject: [PATCH] prepare for next release --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index d1b3559e244..7b399f89883 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -32,7 +32,7 @@ PROTO_COMPARE_TAG ?= v1.0.3$(if $(findstring ent,$(GO_TAGS)),+ent,) # LAST_RELEASE is the git sha of the latest release corresponding to this branch. main should have the latest # published release, but backport branches should point to the parent tag (e.g. 1.0.8 in release-1.0.9 after 1.1.0 is cut). -LAST_RELEASE ?= v1.2.0 +LAST_RELEASE ?= v1.2.1 default: help