mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-31 00:49:25 -06:00
Merge pull request #7912 from owncloud/release-4.0.4
[full-ci] prepare release, bump version
This commit is contained in:
7
changelog/4.0.4_2023-12-07/update-reva.md
Normal file
7
changelog/4.0.4_2023-12-07/update-reva.md
Normal 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
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
# =====================================================
|
||||
|
||||
Reference in New Issue
Block a user