diff --git a/common/version/info_generated.go b/common/version/info_generated.go index 0f07fb2ab..e14476ae3 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.28.0" + Revision = "bcd87b19d952" + Branch = "main" + BuildUser = "" + BuildDate = "2023-05-26T18:18:07Z" )