diff --git a/changelog/unreleased/bump-reva.md b/changelog/7.0.0-rc.5_2024-12-16/bump-reva.md similarity index 100% rename from changelog/unreleased/bump-reva.md rename to changelog/7.0.0-rc.5_2024-12-16/bump-reva.md diff --git a/changelog/unreleased/fix-link-activity.md b/changelog/7.0.0-rc.5_2024-12-16/fix-link-activity.md similarity index 100% rename from changelog/unreleased/fix-link-activity.md rename to changelog/7.0.0-rc.5_2024-12-16/fix-link-activity.md diff --git a/changelog/unreleased/fix-onlyoffice-file-location-upd.md b/changelog/7.0.0-rc.5_2024-12-16/fix-onlyoffice-file-location-upd.md similarity index 100% rename from changelog/unreleased/fix-onlyoffice-file-location-upd.md rename to changelog/7.0.0-rc.5_2024-12-16/fix-onlyoffice-file-location-upd.md diff --git a/changelog/unreleased/me_drives_ocm_shares.md b/changelog/7.0.0-rc.5_2024-12-16/me_drives_ocm_shares.md similarity index 100% rename from changelog/unreleased/me_drives_ocm_shares.md rename to changelog/7.0.0-rc.5_2024-12-16/me_drives_ocm_shares.md diff --git a/changelog/unreleased/unifi-logging.md b/changelog/7.0.0-rc.5_2024-12-16/unifi-logging.md similarity index 100% rename from changelog/unreleased/unifi-logging.md rename to changelog/7.0.0-rc.5_2024-12-16/unifi-logging.md diff --git a/changelog/unreleased/update-web-11.0.6.md b/changelog/7.0.0-rc.5_2024-12-16/update-web-11.0.6.md similarity index 100% rename from changelog/unreleased/update-web-11.0.6.md rename to changelog/7.0.0-rc.5_2024-12-16/update-web-11.0.6.md diff --git a/changelog/unreleased/webdav-report-date-format.md b/changelog/7.0.0-rc.5_2024-12-16/webdav-report-date-format.md similarity index 100% rename from changelog/unreleased/webdav-report-date-format.md rename to changelog/7.0.0-rc.5_2024-12-16/webdav-report-date-format.md diff --git a/ocis-pkg/version/version.go b/ocis-pkg/version/version.go index 894df8b69c9..416ac373657 100644 --- a/ocis-pkg/version/version.go +++ b/ocis-pkg/version/version.go @@ -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-rc.4+dev" + LatestTag = "7.0.0-rc.5+dev" // Date indicates the build date. // This has been removed, it looks like you can only replace static strings with recent go versions diff --git a/sonar-project.properties b/sonar-project.properties index 5c882d9ed1d..beb5e41103f 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=owncloud_ocis sonar.organization=owncloud-1 sonar.projectName=ocis -sonar.projectVersion=7.0.0-rc.4 +sonar.projectVersion=7.0.0-rc.5 sonar.host.url=https://sonarcloud.io # =====================================================