1
0
mirror of https://github.com/writeas/writefreely synced 2025-01-23 03:00:08 +01:00

Bump version to 0.14

This commit is contained in:
Matt Baer 2023-09-22 13:12:47 -04:00
parent b291b89904
commit a8afa18ab2

2
app.go
View File

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