diff --git a/helpers.go b/helpers.go index ebebb28..3e11457 100644 --- a/helpers.go +++ b/helpers.go @@ -20,7 +20,7 @@ func trimPubKey(pubkey []byte) string { } func welcome() { - log.Info("---- ⚡️ electronwall 0.3.1 ⚡️ ----") + log.Info("---- ⚡️ electronwall 0.3.2 ⚡️ ----") } // setLogger will initialize the log format