From 648e43039c8476ad877ca10bcaa04aad456e2f67 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 17 May 2023 09:50:26 +0000 Subject: [PATCH] Release 1.267.1 --- core/internal/version/version.go | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/core/internal/version/version.go b/core/internal/version/version.go index 322d450..b9e3937 100644 --- a/core/internal/version/version.go +++ b/core/internal/version/version.go @@ -1,21 +1,7 @@ -// Copyright 2022 Dynatrace LLC -// -// 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 -// -// http://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. - package version // This file is generated by update_version.sh. Do not edit manually. -const Version string = "0.0.0" -const VersionTimestamp string = "20201122-091244" +const Version string = "1.267.1" +const VersionTimestamp string = "20230517-095026" const FullVersion string = Version + "." + VersionTimestamp -const BuildDate string = "2020.11.22 09:12:44" +const BuildDate string = "2023.05.17 09:50:26"