From c7762453cf3f763ae583e0ba8f6daac21427fbd4 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Tue, 23 Apr 2019 13:19:43 +0200 Subject: [PATCH] Set development version for 0.9.5 --- cmd/restic/global.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/restic/global.go b/cmd/restic/global.go index 1278cb4f0..69987cf80 100644 --- a/cmd/restic/global.go +++ b/cmd/restic/global.go @@ -38,7 +38,7 @@ import ( "os/exec" ) -var version = "0.9.5" +var version = "0.9.5-dev (compiled manually)" // TimeFormat is the format used for all timestamps printed by restic. const TimeFormat = "2006-01-02 15:04:05"