Update version in build.go
This commit is contained in:
parent
79d3a18b31
commit
5a25ad1972
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ import (
|
||||||
"golang.org/x/crypto/ssh/terminal"
|
"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.
|
// GlobalOptions hold all global options for restic.
|
||||||
type GlobalOptions struct {
|
type GlobalOptions struct {
|
||||||
|
|
Loading…
Reference in a new issue