update version number

This commit is contained in:
Michele Guerini Rocco 2024-07-25 16:44:24 +02:00
parent 014a5390ed
commit 394e181bb3
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ func main() {
return return
} }
zap.L().Info("magneticod v0.12.0 has been started.") zap.L().Info("magneticod v0.12.1 has been started.")
zap.L().Info("Copyright (C) 2017-2020 Mert Bora ALPER <bora@boramalper.org>.") zap.L().Info("Copyright (C) 2017-2020 Mert Bora ALPER <bora@boramalper.org>.")
zap.L().Info("Dedicated to Cemile Binay, in whose hands I thrived.") zap.L().Info("Dedicated to Cemile Binay, in whose hands I thrived.")

View File

@ -59,7 +59,7 @@ func main() {
defer logger.Sync() defer logger.Sync()
zap.ReplaceGlobals(logger) zap.ReplaceGlobals(logger)
zap.L().Info("magneticow v0.12.0 has been started.") zap.L().Info("magneticow v0.12.1 has been started.")
zap.L().Info("Copyright (C) 2017-2020 Mert Bora ALPER <bora@boramalper.org>.") zap.L().Info("Copyright (C) 2017-2020 Mert Bora ALPER <bora@boramalper.org>.")
zap.L().Info("Dedicated to Cemile Binay, in whose hands I thrived.") zap.L().Info("Dedicated to Cemile Binay, in whose hands I thrived.")