Update version in build.go

This commit is contained in:
Alexander Neumann 2018-08-17 21:16:56 +02:00
parent 79d3a18b31
commit 5a25ad1972
1 changed files with 1 additions and 1 deletions

View File

@ -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 {