From edf53a55ae5a68b97462a65f7a8d6d4d721f02c3 Mon Sep 17 00:00:00 2001 From: ziti-ci Date: Fri, 11 Mar 2022 16:14:48 +0000 Subject: [PATCH] Release v0.25.2 --- common/version/info_generated.go | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/common/version/info_generated.go b/common/version/info_generated.go index 0f07fb2ab..6d9d50c14 100644 --- a/common/version/info_generated.go +++ b/common/version/info_generated.go @@ -1,11 +1,28 @@ +/* + * Copyright NetFoundry, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + // Code generated by ziti-ci. DO NOT EDIT. package version const ( - Version = "v0.0.0" - Revision = "local" - Branch = "local" - BuildUser = "local" - BuildDate = "2020-01-01 01:01:01" + Version = "v0.25.2" + Revision = "6d2cb18934cc" + Branch = "main" + BuildUser = "" + BuildDate = "2022-03-11T16:14:48Z" )