Bump version to 0.10.0

This commit is contained in:
Matt Baer 2019-07-01 15:20:29 -04:00
parent 18bafadc43
commit 5757407994
1 changed files with 1 additions and 1 deletions

2
app.go
View File

@ -54,7 +54,7 @@ var (
debugging bool
// Software version can be set from git env using -ldflags
softwareVer = "0.9.0"
softwareVer = "0.10.0"
// DEPRECATED VARS
isSingleUser bool