1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

bump version

This commit is contained in:
Harvey Kandola 2016-07-21 14:25:26 -07:00
parent 721370a9e6
commit ba7d737323

View file

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