mirror of
https://github.com/documize/community.git
synced 2025-07-18 20:59:43 +02:00
initial commit
This commit is contained in:
parent
18933c6767
commit
5f584f7895
1 changed files with 2 additions and 3 deletions
|
@ -28,9 +28,8 @@ import (
|
|||
|
||||
const (
|
||||
// AppVersion does what it says
|
||||
// Versioning scheme major.minor where "minor" is optional
|
||||
// e.g. 1, 2, 3, 4.1, 4.2, 5, 6, 7, 7.1, 8, 9, 10, ..... 127, 127.1, 128
|
||||
AppVersion = "13.1"
|
||||
// Versioning scheme: http://semver.org
|
||||
AppVersion = "1.0.0"
|
||||
)
|
||||
|
||||
var port, certFile, keyFile, forcePort2SSL string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue