Skip to content

Commit 93a689d

Browse files
committed
log version bump
1 parent f5949a5 commit 93a689d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func (NomadStorage) CaddyModule() caddy.ModuleInfo {
2525
// Provision is called by Caddy to prepare the module
2626
func (ns *NomadStorage) Provision(ctx caddy.Context) error {
2727
ns.logger = ctx.Logger(ns).Sugar()
28-
ns.logger.Infof("Version 0.4 - TLS storage is using Nomad at %s", ns.Address)
28+
ns.logger.Infof("Version 0.5 - TLS storage is using Nomad at %s", ns.Address)
2929

3030
if prefix := os.Getenv(EnvNamePrefix); prefix != "" {
3131
ns.Prefix = prefix

0 commit comments

Comments
 (0)