Merge pull request #7912 from owncloud/release-4.0.4

[full-ci] prepare release, bump version
This commit is contained in:
Michael Barz
2023-12-08 14:08:50 +01:00
committed by GitHub
4 changed files with 9 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
Enhancement: update reva to improve trashbin listing
## Changelog for reva 2.13.3
* Enhancement [cs3org/reva#4377](https://github.com/cs3org/reva/pull/4377): Handle trashbin file listings concurrently
https://github.com/owncloud/ocis/pull/7858

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

View File

@@ -2,7 +2,7 @@
sonar.projectKey=owncloud_ocis
sonar.organization=owncloud-1
sonar.projectName=ocis
sonar.projectVersion=4.0.3
sonar.projectVersion=4.0.4
sonar.host.url=https://sonarcloud.io
# =====================================================