Bump version to 0.11.2

This commit is contained in:
Matt Baer 2019-11-26 13:15:31 -05:00
parent bd99044e9c
commit 342c3cde89
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.11.1"
softwareVer = "0.11.2"
// DEPRECATED VARS
isSingleUser bool