From 20c9d1b919b3b66cec3e4529c3be03e49c7fa1a5 Mon Sep 17 00:00:00 2001 From: Nick Ripley Date: Wed, 18 Sep 2024 13:45:28 -0400 Subject: [PATCH] internal/version: v1.68.0 --- 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 6db60d794f..f5520d0783 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.68.0-rc.2" +const Tag = "v1.68.0" // Dissected version number. Filled during init() var (