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

initial commit

This commit is contained in:
Harvey Kandola 2016-07-07 19:09:54 -07:00
parent 18933c6767
commit 5f584f7895

View file

@ -28,9 +28,8 @@ import (
const ( const (
// AppVersion does what it says // AppVersion does what it says
// Versioning scheme major.minor where "minor" is optional // Versioning scheme: http://semver.org
// e.g. 1, 2, 3, 4.1, 4.2, 5, 6, 7, 7.1, 8, 9, 10, ..... 127, 127.1, 128 AppVersion = "1.0.0"
AppVersion = "13.1"
) )
var port, certFile, keyFile, forcePort2SSL string var port, certFile, keyFile, forcePort2SSL string