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

Merge branch 'master' into save-secrets

This commit is contained in:
Elliott Stoneham 2016-07-08 18:50:41 +01:00
commit 6ca3725563
3 changed files with 7 additions and 5 deletions

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