Set development version for 0.16.5

This commit is contained in:
Alexander Neumann 2024-07-01 21:25:34 +02:00
parent fe9f142b52
commit 5820dccaef

View file

@ -43,7 +43,7 @@ import (
"golang.org/x/term"
)
var version = "0.16.5"
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"