Skip to content

Commit 3460216

Browse files
committed
chore: update version
1 parent 3f3b84a commit 3460216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const (
3030
DIR_CERTS_PUBLIC = "certs"
3131
DIR_CERTS_PRIVATE = "private"
3232
DIR_WEB_ACME_CHALLENGE = ".well-known/acme-challenge"
33-
VERSION = "1.1"
33+
VERSION = "1.0.1"
3434
)
3535

3636
type AppCert struct {

0 commit comments

Comments
 (0)