From 93311db4dec8bd1460734e0eac8fcf3c813574b0 Mon Sep 17 00:00:00 2001 From: Eliott Bouhana <47679741+eliottness@users.noreply.github.com> Date: Mon, 14 Oct 2024 16:32:36 +0200 Subject: [PATCH] internal/version: bump to v1.70.0 (#2919) --- internal/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version/version.go b/internal/version/version.go index 54219cc5ce..b7b24999c0 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -13,7 +13,7 @@ import ( // Tag specifies the current release tag. It needs to be manually // updated. A test checks that the value of Tag never points to a // git tag that is older than HEAD. -const Tag = "v1.69.0-dev" +const Tag = "v1.70.0-dev" // Dissected version number. Filled during init() var (