refactor: debrand docker compose deployments -S

This commit is contained in:
Michael Barz
2025-01-20 16:24:13 +01:00
parent 85fa7441b0
commit 8730584067
102 changed files with 246 additions and 8332 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 = "7.0.0+dev"
LatestTag = "0.1.0+dev"
// Date indicates the build date.
// This has been removed, it looks like you can only replace static strings with recent go versions