Skip to content

Commit

Permalink
docs: prepare release, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar committed Dec 7, 2023
1 parent a61723b commit 4a5f543
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
File renamed without changes.
7 changes: 7 additions & 0 deletions changelog/4.0.4_2023-12-07/update-reva.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion ocis-pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

# =====================================================
Expand Down

0 comments on commit 4a5f543

Please sign in to comment.