fix setting version in build script

This commit is contained in:
Michael Eischer
2024-07-08 19:30:17 +02:00
parent a0cac7fcd1
commit 00d9ce7bee
2 changed files with 4 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ import (
"golang.org/x/term"
)
const version = "0.16.5-dev (compiled manually)"
var version = "0.16.5-dev (compiled manually)"
// TimeFormat is the format used for all timestamps printed by restic.
const TimeFormat = "2006-01-02 15:04:05"