Bump version to v0.13.2

This commit is contained in:
Matt Baer 2022-07-22 00:22:26 -04:00
parent e5103d555f
commit b74fd70ab5
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.1"
softwareVer = "0.13.2"
// DEPRECATED VARS
isSingleUser bool