Bump version to 0.14
This commit is contained in:
parent
b291b89904
commit
a8afa18ab2
2
app.go
2
app.go
|
@ -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.13.2"
|
softwareVer = "0.14.0"
|
||||||
|
|
||||||
// DEPRECATED VARS
|
// DEPRECATED VARS
|
||||||
isSingleUser bool
|
isSingleUser bool
|
||||||
|
|
Loading…
Reference in New Issue