From b36d22e9e5c10a1ada387d2049c030286ed6295d Mon Sep 17 00:00:00 2001 From: ziti-ci Date: Thu, 14 Jul 2022 23:14:42 +0000 Subject: [PATCH] Release v0.26.1 --- 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..5dfa1c44e 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.26.1" + Revision = "c79236eeefdc" + Branch = "main" + BuildUser = "" + BuildDate = "2022-07-14T23:14:42Z" )