diff --git a/changelog/unreleased/add-validation-to-public-share-provider.md b/changelog/5.0.0-alpha.6_2023-12-08/add-validation-to-public-share-provider.md similarity index 100% rename from changelog/unreleased/add-validation-to-public-share-provider.md rename to changelog/5.0.0-alpha.6_2023-12-08/add-validation-to-public-share-provider.md diff --git a/changelog/unreleased/enhancement-allow-listing-regular-users.md b/changelog/5.0.0-alpha.6_2023-12-08/enhancement-allow-listing-regular-users.md similarity index 100% rename from changelog/unreleased/enhancement-allow-listing-regular-users.md rename to changelog/5.0.0-alpha.6_2023-12-08/enhancement-allow-listing-regular-users.md diff --git a/changelog/unreleased/enhancement-store-and-index-location-metadata.md b/changelog/5.0.0-alpha.6_2023-12-08/enhancement-store-and-index-location-metadata.md similarity index 100% rename from changelog/unreleased/enhancement-store-and-index-location-metadata.md rename to changelog/5.0.0-alpha.6_2023-12-08/enhancement-store-and-index-location-metadata.md diff --git a/changelog/unreleased/fix-public-link-update.md b/changelog/5.0.0-alpha.6_2023-12-08/fix-public-link-update.md similarity index 100% rename from changelog/unreleased/fix-public-link-update.md rename to changelog/5.0.0-alpha.6_2023-12-08/fix-public-link-update.md diff --git a/changelog/unreleased/update-web-8.0.0-alpha.13.md b/changelog/5.0.0-alpha.6_2023-12-08/update-web-8.0.0-alpha.13.md similarity index 100% rename from changelog/unreleased/update-web-8.0.0-alpha.13.md rename to changelog/5.0.0-alpha.6_2023-12-08/update-web-8.0.0-alpha.13.md diff --git a/ocis-pkg/version/version.go b/ocis-pkg/version/version.go index fef4553c0..0178f8cbe 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 = "5.0.0-alpha.5+dev" + LatestTag = "5.0.0-alpha.6+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 fbbd4c46e..bb9af9750 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=5.0.0-alpha.5 +sonar.projectVersion=5.0.0-alpha.6 sonar.host.url=https://sonarcloud.io # =====================================================