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

bumped version

This commit is contained in:
Harvey Kandola 2016-07-16 09:10:43 -07:00
parent 5a8431772b
commit 1cd179cb02

View file

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