update opencloud 4.0.0-rc.2 (#1917)

This commit is contained in:
Viktor Scharf
2025-11-26 10:16:44 +01:00
committed by GitHub
parent fe83b6b0af
commit a487621b1d

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