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 3f3b84a commit 3460216Copy full SHA for 3460216
pkg/config/config.go
@@ -30,7 +30,7 @@ const (
30
DIR_CERTS_PUBLIC = "certs"
31
DIR_CERTS_PRIVATE = "private"
32
DIR_WEB_ACME_CHALLENGE = ".well-known/acme-challenge"
33
- VERSION = "1.1"
+ VERSION = "1.0.1"
34
)
35
36
type AppCert struct {
0 commit comments