diff --git a/VERSION b/VERSION index 2003b639c..965065db5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.2 +0.9.3 diff --git a/cmd/restic/global.go b/cmd/restic/global.go index 503cfe655..6553a39b0 100644 --- a/cmd/restic/global.go +++ b/cmd/restic/global.go @@ -36,7 +36,7 @@ import ( "golang.org/x/crypto/ssh/terminal" ) -var version = "0.9.2-dev (compiled manually)" +var version = "0.9.3" // TimeFormat is the format used for all timestamps printed by restic. const TimeFormat = "2006-01-02 15:04:05"