diff --git a/helpers.go b/helpers.go index c5a6194..0e9298e 100644 --- a/helpers.go +++ b/helpers.go @@ -19,7 +19,7 @@ func trimPubKey(pubkey []byte) string { } func welcome() { - log.Info("---- ⚡️ electronwall 0.3 ⚡️ ----") + log.Info("---- ⚡️ electronwall 0.3.1 ⚡️ ----") } // setLogger will initialize the log format