Merge pull request #4909 from MichaelEischer/properly-set-dev-version

Fix VERSION file and dev version in binaries
This commit is contained in:
Michael Eischer
2024-07-08 20:15:20 +02:00
committed by GitHub
3 changed files with 10 additions and 5 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"