We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba4b2c1 commit 0e559b3Copy full SHA for 0e559b3
ocis-pkg/version/version.go
@@ -16,7 +16,7 @@ var (
16
// LatestTag is the latest released version plus the dev meta version.
17
// Will be overwritten by the release pipeline
18
// Needs a manual change for every tagged release
19
- LatestTag = "7.1.1"
+ LatestTag = "7.1.2"
20
21
// Date indicates the build date.
22
// This has been removed, it looks like you can only replace static strings with recent go versions
sonar-project.properties
@@ -2,7 +2,7 @@
2
sonar.projectKey=owncloud_ocis
3
sonar.organization=owncloud-1
4
sonar.projectName=ocis
5
-sonar.projectVersion=7.1.1
+sonar.projectVersion=7.1.2
6
sonar.host.url=https://sonarcloud.io
7
8
# =====================================================
0 commit comments