Bump version to 0.15

This commit is contained in:
Matt Baer 2024-02-02 14:50:48 +01:00
parent 3a53353ed8
commit 5be1f2451c
1 changed files with 1 additions and 1 deletions

2
app.go
View File

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