1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 15:19:42 +02:00

bump version

This commit is contained in:
Harvey Kandola 2016-07-11 12:37:54 -06:00
parent a5b712a9c6
commit 2fe7a83392

View file

@ -29,7 +29,7 @@ import (
const (
// AppVersion does what it says
// Note: versioning scheme is not http://semver.org
AppVersion = "0.14.1"
AppVersion = "0.14.2"
)
var port, certFile, keyFile, forcePort2SSL string