mirror of https://github.com/restic/restic.git
Update version in build.go
This commit is contained in:
parent
79d3a18b31
commit
5a25ad1972
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue