From d75f60bf3e0044ae5c52c2e86353d320acf01cf1 Mon Sep 17 00:00:00 2001 From: ziti-ci Date: Mon, 23 Oct 2023 14:28:20 +0000 Subject: [PATCH] Release v0.20.123 --- ziti/sdkinfo/build_info.go | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/ziti/sdkinfo/build_info.go b/ziti/sdkinfo/build_info.go index 23916715..8035da73 100644 --- a/ziti/sdkinfo/build_info.go +++ b/ziti/sdkinfo/build_info.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 sdkinfo const ( - Version = "v0.0.0" - Revision = "local" + Version = "v0.20.123" + Revision = "6c5ed082d8ff" Branch = "main" - BuildUser = "local" - BuildDate = "2021-01-01 12:00:00" + BuildUser = "" + BuildDate = "2023-10-23T14:28:20Z" )