Skip to content

Commit fb1ad97

Browse files
committed
Release 2026.05.0
1 parent 34769fb commit fb1ad97

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

internal/kosync/kosync.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
)
2727

2828
// Version NOTE: Must be the same as "sonar.projectVersion" in ../../sonar-project.properties
29-
const Version = "2026.05.0-dev.4"
29+
const Version = "2026.05.0"
3030

3131
type Kosync struct {
3232
LegacyDb *legacy.LegacyDb

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ sonar.qualitygate.wait=true
44
sonar.exclusions=bearer-report.html
55

66
# NOTE: Must be the same as "Version" const in internal/kosync/kosync.go
7-
sonar.projectVersion=2026.05.0-dev.4
7+
sonar.projectVersion=2026.05.0

0 commit comments

Comments
 (0)