mirror of
https://github.com/restic/restic.git
synced 2025-10-20 18:48:36 +00:00
Merge pull request #4909 from MichaelEischer/properly-set-dev-version
Fix VERSION file and dev version in binaries
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user