From be36c5f150631c9c903555973200c15ebaa5ef0e Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sat, 13 Oct 2018 13:48:31 +0200 Subject: [PATCH] Add version for 0.9.3 --- VERSION | 2 +- cmd/restic/global.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"