From 288275ac3fea10332c94af737a1c63bc03b890a5 Mon Sep 17 00:00:00 2001 From: ziti-ci Date: Tue, 13 Sep 2022 16:32:59 +0000 Subject: [PATCH] Release v0.26.6 --- 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..964ab1ba5 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.6" + Revision = "a6fa6d4d55fc" + Branch = "main" + BuildUser = "" + BuildDate = "2022-09-13T16:32:59Z" )