We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34769fb commit fb1ad97Copy full SHA for fb1ad97
2 files changed
internal/kosync/kosync.go
@@ -26,7 +26,7 @@ import (
26
)
27
28
// Version NOTE: Must be the same as "sonar.projectVersion" in ../../sonar-project.properties
29
-const Version = "2026.05.0-dev.4"
+const Version = "2026.05.0"
30
31
type Kosync struct {
32
LegacyDb *legacy.LegacyDb
sonar-project.properties
@@ -4,4 +4,4 @@ sonar.qualitygate.wait=true
4
sonar.exclusions=bearer-report.html
5
6
# NOTE: Must be the same as "Version" const in internal/kosync/kosync.go
7
-sonar.projectVersion=2026.05.0-dev.4
+sonar.projectVersion=2026.05.0
0 commit comments