Skip to content

Commit

Permalink
Release 1.259.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 15, 2023
1 parent 666cbde commit 3caadeb
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.259.1"
const VersionTimestamp string = "20230215-074603"
const FullVersion string = Version + "." + VersionTimestamp
const BuildDate string = "2020.11.22 09:12:44"
const BuildDate string = "2023.02.15 07:46:03"

0 comments on commit 3caadeb

Please sign in to comment.