From a717ff94da5546e461b5bae510c7ec99519cd2c5 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Wed, 17 Jan 2024 10:18:05 +0100 Subject: [PATCH] feat: bump version --- ocis-pkg/version/version.go | 2 +- sonar-project.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ocis-pkg/version/version.go b/ocis-pkg/version/version.go index fb3d461cb1..71c8b95515 100644 --- a/ocis-pkg/version/version.go +++ b/ocis-pkg/version/version.go @@ -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 = "5.0.0-rc.1+dev" + LatestTag = "5.0.0-rc.2+dev" // Date indicates the build date. // This has been removed, it looks like you can only replace static strings with recent go versions diff --git a/sonar-project.properties b/sonar-project.properties index 9b25ed8c08..e1a5d62df0 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=owncloud_ocis sonar.organization=owncloud-1 sonar.projectName=ocis -sonar.projectVersion=5.0.0-rc.1 +sonar.projectVersion=5.0.0-rc.2 sonar.host.url=https://sonarcloud.io # =====================================================