Skip to content

Commit 1445928

Browse files
committed
Bump version to v0.57.1
1 parent 72b5c7e commit 1445928

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/gortex/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package main
77
//
88
// Order matters for goreleaser ldflag templates — keep these unchanged.
99
var (
10-
version = "0.57.0" // SemVer 2.0.0 string without build slot (e.g. "0.1.0", "0.1.0-rc1")
10+
version = "0.57.1" // SemVer 2.0.0 string without build slot (e.g. "0.1.0", "0.1.0-rc1")
1111
commit = "" // short git SHA (e.g. "abc1234"); becomes +<build> in the canonical form
1212
date = "" // RFC-3339 build timestamp
1313
)

0 commit comments

Comments
 (0)