Compare commits

...

1 Commits

Author SHA1 Message Date
Andrey Kumanyaev 3c4e63f4f3 Bump version to v0.44.0
Release / release (push) Has been cancelled
Release / release-windows (push) Has been cancelled
Release / provenance (push) Has been cancelled
Release / virustotal (push) Has been cancelled
2026-06-12 20:33:52 +02:00
+1 -1
View File
@@ -7,7 +7,7 @@ package main
//
// Order matters for goreleaser ldflag templates — keep these unchanged.
var (
version = "0.43.0" // SemVer 2.0.0 string without build slot (e.g. "0.1.0", "0.1.0-rc1")
version = "0.44.0" // SemVer 2.0.0 string without build slot (e.g. "0.1.0", "0.1.0-rc1")
commit = "" // short git SHA (e.g. "abc1234"); becomes +<build> in the canonical form
date = "" // RFC-3339 build timestamp
)