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 {