diff --git a/ziti/sdkinfo/build_info.go b/ziti/sdkinfo/build_info.go index 23916715..6e03fbb6 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.74" + Revision = "9d247659e474" Branch = "main" - BuildUser = "local" - BuildDate = "2021-01-01 12:00:00" + BuildUser = "" + BuildDate = "2023-07-06T16:09:41Z" )