Skip to content

Commit

Permalink
Release 1.267.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 17, 2023
1 parent cf5407f commit 648e430
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions core/internal/version/version.go
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 648e430

Please sign in to comment.