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

Merge branch 'master' into core-restructure

# Conflicts:
#	documize/api/endpoint/router.go
This commit is contained in:
Elliott Stoneham 2016-07-22 12:17:55 +01:00
commit 3445994160
25 changed files with 677 additions and 602 deletions

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.2"
)
var port, certFile, keyFile, forcePort2SSL string