From 68c7e9abb43340c295e868bce08ba50a3f1d8bbe Mon Sep 17 00:00:00 2001 From: ziti-ci Date: Wed, 29 Nov 2023 16:37:57 +0000 Subject: [PATCH] Release v0.20.136 --- 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..f173b0d3 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.136" + Revision = "017bb83ac164" Branch = "main" - BuildUser = "local" - BuildDate = "2021-01-01 12:00:00" + BuildUser = "" + BuildDate = "2023-11-29T16:37:57Z" )