Skip to content

Commit ceb58b7

Browse files
authored
Merge pull request #10855 from owncloud/release-7.1.0-rc.1
[full-ci][k6-tests] chore: prepare release, bump version
2 parents 6cae0ba + 9c0a9d9 commit ceb58b7

12 files changed

+2
-3
lines changed

changelog/unreleased/bump-reva.md changelog/7.1.0-rc.1_2025-01-10/bump-reva.md

-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ Enhancement: Bump Reva
22

33
Bumps the reva version
44

5-
https://github.com/owncloud/ocis/pull/10830
65
https://github.com/owncloud/ocis/pull/10842

ocis-pkg/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var (
1616
// LatestTag is the latest released version plus the dev meta version.
1717
// Will be overwritten by the release pipeline
1818
// Needs a manual change for every tagged release
19-
LatestTag = "7.0.0+dev"
19+
LatestTag = "7.1.0-rc.1+dev"
2020

2121
// Date indicates the build date.
2222
// This has been removed, it looks like you can only replace static strings with recent go versions

sonar-project.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sonar.projectKey=owncloud_ocis
33
sonar.organization=owncloud-1
44
sonar.projectName=ocis
5-
sonar.projectVersion=7.0.0
5+
sonar.projectVersion=7.1.0-rc.1
66
sonar.host.url=https://sonarcloud.io
77

88
# =====================================================

0 commit comments

Comments
 (0)