Bump version to 0.15.1

This commit is contained in:
Matt Baer 2024-10-05 13:43:02 -04:00
parent 401f70c7ee
commit ceb84bfc3c

2
app.go
View file

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