1 parent 72b5c7e commit 1445928Copy full SHA for 1445928
1 file changed
cmd/gortex/main.go
@@ -7,7 +7,7 @@ package main
7
//
8
// Order matters for goreleaser ldflag templates — keep these unchanged.
9
var (
10
- version = "0.57.0" // SemVer 2.0.0 string without build slot (e.g. "0.1.0", "0.1.0-rc1")
+ version = "0.57.1" // SemVer 2.0.0 string without build slot (e.g. "0.1.0", "0.1.0-rc1")
11
commit = "" // short git SHA (e.g. "abc1234"); becomes +<build> in the canonical form
12
date = "" // RFC-3339 build timestamp
13
)
0 commit comments