Merge branch 'main' into groupware

This commit is contained in:
Pascal Bleser
2026-02-06 15:08:13 +01:00
committed by GitHub
92 changed files with 20123 additions and 1045 deletions

View File

@@ -34,7 +34,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 = "5.0.1+dev"
LatestTag = "5.0.2+dev"
// Date indicates the build date.
// This has been removed, it looks like you can only replace static strings with recent go versions