From 493bf25886389792d49e1b8a7ae0f4f71175bac4 Mon Sep 17 00:00:00 2001 From: Florent Poinsard Date: Mon, 18 Dec 2023 12:39:31 +0100 Subject: [PATCH] Update version.go Signed-off-by: Florent Poinsard --- go/vt/servenv/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go/vt/servenv/version.go b/go/vt/servenv/version.go index 970f5f168ba..f230a1c587d 100644 --- a/go/vt/servenv/version.go +++ b/go/vt/servenv/version.go @@ -16,7 +16,7 @@ limitations under the License. package servenv -// THIS FILE IS AUTO-GENERATED DURING NEW RELEASES BY ./tools/do_releases.sh // DO NOT EDIT +// THIS FILE IS AUTO-GENERATED DURING NEW RELEASES BY THE VITESS-RELEASER -const versionName = "18.0.2-SNAPSHOT" +const versionName = "18.0.2"