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

bump version

This commit is contained in:
Harvey Kandola 2016-07-08 10:32:15 -07:00
parent 42c81b881f
commit 4c1c876f04

View file

@ -28,8 +28,8 @@ import (
const (
// AppVersion does what it says
// Versioning scheme: http://semver.org
AppVersion = "1.0.0"
// Note: versioning scheme is not http://semver.org
AppVersion = "0.14.0"
)
var port, certFile, keyFile, forcePort2SSL string