Bump version to 0.12.0

This commit is contained in:
Matt Baer 2020-03-27 12:53:48 -04:00
parent 8cc793142e
commit c2417399a4
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.2"
softwareVer = "0.12.0"
// DEPRECATED VARS
isSingleUser bool