Bump version to 0.13.1

This commit is contained in:
Matt Baer 2021-06-30 10:33:08 -04:00
parent 48075fc183
commit 940d220bf3
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.13.0"
softwareVer = "0.13.1"
// DEPRECATED VARS
isSingleUser bool