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 9a109af commit 679e5ccCopy full SHA for 679e5cc
1 file changed
version/version.go
@@ -10,7 +10,7 @@ var (
10
// Keep `semver` here roughly in sync with the latest release tag as a
11
// safety net — if a build slips through without ldflags, /health will
12
// still report something plausible rather than ancient history.
13
- semver = "3.10.4"
+ semver = "3.11.0"
14
revision = "unknown"
15
)
16
@@ -22,4 +22,4 @@ func Get() string {
22
// GetRevision returns the revision
23
func GetRevision() string {
24
return revision
25
-}
+}
0 commit comments