We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b712a commit 2fe7a83Copy full SHA for 2fe7a83
documize/api/endpoint/router.go
@@ -29,7 +29,7 @@ import (
29
const (
30
// AppVersion does what it says
31
// Note: versioning scheme is not http://semver.org
32
- AppVersion = "0.14.1"
+ AppVersion = "0.14.2"
33
)
34
35
var port, certFile, keyFile, forcePort2SSL string
0 commit comments