From 5a25ad1972f15d4790d1fd022bc585b8d3457bbb Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Fri, 17 Aug 2018 21:16:56 +0200 Subject: [PATCH] Update version in build.go --- 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 5d54fbd7b..d35b6ba4f 100644 --- a/cmd/restic/global.go +++ b/cmd/restic/global.go @@ -36,7 +36,7 @@ import ( "golang.org/x/crypto/ssh/terminal" ) -var version = "compiled manually" +var version = "0.9.2-dev (compiled manually)" // GlobalOptions hold all global options for restic. type GlobalOptions struct {