From 12d50a644f36b4e463a525f654d6e5d8ebc1aeb7 Mon Sep 17 00:00:00 2001 From: ziti-ci Date: Thu, 28 Jan 2021 00:44:24 +0000 Subject: [PATCH] Release v0.18.5 --- 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..380260945 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.18.5" + Revision = "6877023e203d" + Branch = "main" + BuildUser = "" + BuildDate = "2021-01-28 00:44:24" )