From da32212c6077f38837ecb63700414b253ced77bb Mon Sep 17 00:00:00 2001 From: Andres Taylor Date: Mon, 5 Feb 2024 16:20:13 +0100 Subject: [PATCH] Go back to dev mode Signed-off-by: Andres Taylor --- version/version.go | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/version/version.go b/version/version.go index c17e6779..d52979b0 100644 --- a/version/version.go +++ b/version/version.go @@ -1,5 +1,5 @@ /* -Copyright 2019 PlanetScale Inc. +Copyright 2024 PlanetScale Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -16,6 +16,9 @@ limitations under the License. package version +// DO NOT EDIT +// THIS FILE IS AUTO-GENERATED DURING NEW RELEASES BY THE VITESS-RELEASER + var ( - Version = "2.11.0" + Version = "2.12.0" )