bump-version-2.0.5 (#1739)

* bump-version-2.0.5

* fix tests

* fix more tests
This commit is contained in:
Viktor Scharf
2025-10-29 16:13:13 +01:00
committed by GitHub
parent da64699172
commit 4d2bf41274
3 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ var (
// LatestTag is the latest released version plus the dev meta version.
// Will be overwritten by the release pipeline
// Needs a manual change for every tagged release
LatestTag = "2.0.1+dev"
LatestTag = "2.0.5+dev"
// Date indicates the build date.
// This has been removed, it looks like you can only replace static strings with recent go versions