diff --git a/changelog/unreleased/bump-reva.md b/changelog/4.0.2_2023-09-28/bump-reva.md similarity index 100% rename from changelog/unreleased/bump-reva.md rename to changelog/4.0.2_2023-09-28/bump-reva.md diff --git a/changelog/unreleased/do-not-reset-received-share-state.md b/changelog/4.0.2_2023-09-28/do-not-reset-received-share-state.md similarity index 100% rename from changelog/unreleased/do-not-reset-received-share-state.md rename to changelog/4.0.2_2023-09-28/do-not-reset-received-share-state.md diff --git a/changelog/unreleased/fix-graph-education-createschool.md b/changelog/4.0.2_2023-09-28/fix-graph-education-createschool.md similarity index 100% rename from changelog/unreleased/fix-graph-education-createschool.md rename to changelog/4.0.2_2023-09-28/fix-graph-education-createschool.md diff --git a/changelog/unreleased/fix-keycloak-example-username-validation.md b/changelog/4.0.2_2023-09-28/fix-keycloak-example-username-validation.md similarity index 100% rename from changelog/unreleased/fix-keycloak-example-username-validation.md rename to changelog/4.0.2_2023-09-28/fix-keycloak-example-username-validation.md diff --git a/changelog/unreleased/fix-skip-user-info-option.md b/changelog/4.0.2_2023-09-28/fix-skip-user-info-option.md similarity index 100% rename from changelog/unreleased/fix-skip-user-info-option.md rename to changelog/4.0.2_2023-09-28/fix-skip-user-info-option.md diff --git a/changelog/unreleased/fix-users-ldap-schema-user-id.md b/changelog/4.0.2_2023-09-28/fix-users-ldap-schema-user-id.md similarity index 100% rename from changelog/unreleased/fix-users-ldap-schema-user-id.md rename to changelog/4.0.2_2023-09-28/fix-users-ldap-schema-user-id.md diff --git a/changelog/unreleased/ldap-bind-password-var-deprecation.md b/changelog/4.0.2_2023-09-28/ldap-bind-password-var-deprecation.md similarity index 100% rename from changelog/unreleased/ldap-bind-password-var-deprecation.md rename to changelog/4.0.2_2023-09-28/ldap-bind-password-var-deprecation.md diff --git a/ocis-pkg/version/version.go b/ocis-pkg/version/version.go index a762007f5d7..520bee5e7ed 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 = "4.0.0+dev" + LatestTag = "4.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 diff --git a/sonar-project.properties b/sonar-project.properties index 7ab6c2a0d3a..45edb84c7d4 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=4.0.0 +sonar.projectVersion=4.0.2 sonar.host.url=https://sonarcloud.io # =====================================================