Bump version to 0.11.0

This commit is contained in:
Matt Baer 2019-11-12 00:47:49 +09:00
parent a65917ae2e
commit 8f24da94a6
1 changed files with 1 additions and 1 deletions

2
app.go
View File

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