Skip to content

Commit 679e5cc

Browse files
committed
chore: bump version.go to v3.11.0
1 parent 9a109af commit 679e5cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var (
1010
// Keep `semver` here roughly in sync with the latest release tag as a
1111
// safety net — if a build slips through without ldflags, /health will
1212
// still report something plausible rather than ancient history.
13-
semver = "3.10.4"
13+
semver = "3.11.0"
1414
revision = "unknown"
1515
)
1616

@@ -22,4 +22,4 @@ func Get() string {
2222
// GetRevision returns the revision
2323
func GetRevision() string {
2424
return revision
25-
}
25+
}

0 commit comments

Comments
 (0)