Skip to content

Commit eca1bae

Browse files
authored
Merge pull request #11608 from owncloud/Release-7.1.4
[full-ci][k6-test] Release 7.1.4
2 parents a11d757 + 7420e6c commit eca1bae

File tree

8 files changed

+2
-2
lines changed

8 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

ocis-pkg/version/version.go

Lines changed: 1 addition & 1 deletion
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.1.3"
19+
LatestTag = "7.1.4"
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

Lines changed: 1 addition & 1 deletion
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.1.3
5+
sonar.projectVersion=7.1.4
66
sonar.host.url=https://sonarcloud.io
77

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

0 commit comments

Comments
 (0)