From c7aff2f3af6fa577a0f5ac0e201f1b3bc323f247 Mon Sep 17 00:00:00 2001 From: Rameez Sajwani Date: Wed, 5 Oct 2022 08:49:29 -0700 Subject: [PATCH] Back to dev mode Signed-off-by: Rameez Sajwani --- go/vt/servenv/version.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/go/vt/servenv/version.go b/go/vt/servenv/version.go index 8585fdd55ee..ec39376264e 100644 --- a/go/vt/servenv/version.go +++ b/go/vt/servenv/version.go @@ -14,9 +14,9 @@ See the License for the specific language governing permissions and limitations under the License. */ -// THIS FILE IS AUTO-GENERATED DURING NEW RELEASES -// DO NOT EDIT - package servenv +// THIS FILE IS AUTO-GENERATED DURING NEW RELEASES BY ./tools/do_releases.sh +// DO NOT EDIT + const versionName = "15.0.0-SNAPSHOT"