From 303210aa082c1c40d1d3950f9cf3d1ef4efa4b0b Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Tue, 23 Apr 2019 13:19:39 +0200 Subject: [PATCH] Add version for 0.9.5 --- VERSION | 2 +- cmd/restic/global.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index a602fc9e283..b0bb878545d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.4 +0.9.5 diff --git a/cmd/restic/global.go b/cmd/restic/global.go index 87d46129688..1278cb4f0c6 100644 --- a/cmd/restic/global.go +++ b/cmd/restic/global.go @@ -38,7 +38,7 @@ import ( "os/exec" ) -var version = "0.9.4-dev (compiled manually)" +var version = "0.9.5" // TimeFormat is the format used for all timestamps printed by restic. const TimeFormat = "2006-01-02 15:04:05"