diff --git a/changelog/unreleased/bump-reva.md b/changelog/7.1.0-rc.6_2025-02-27/bump-reva.md similarity index 100% rename from changelog/unreleased/bump-reva.md rename to changelog/7.1.0-rc.6_2025-02-27/bump-reva.md diff --git a/ocis-pkg/version/version.go b/ocis-pkg/version/version.go index 4fdce091886..ced527240ed 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.1.1" + LatestTag = "7.1.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 2903e2629cc..ea9c318d8c6 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.1.1 +sonar.projectVersion=7.1.2 sonar.host.url=https://sonarcloud.io # =====================================================