Bump magnetico version to 0.12.0

This commit is contained in:
Bora M. Alper 2020-11-27 18:10:38 +00:00
parent eb03075e1d
commit 915700a6da
No known key found for this signature in database
GPG Key ID: 8F1A9504E1BD114D
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ func main() {
return
}
zap.L().Info("magneticod v0.11.0 has been started.")
zap.L().Info("magneticod v0.12.0 has been started.")
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.S().Infof("Compiled on %s", compiledOn)

View File

@ -61,7 +61,7 @@ func main() {
defer logger.Sync()
zap.ReplaceGlobals(logger)
zap.L().Info("magneticow v0.11.0 has been started.")
zap.L().Info("magneticow v0.12.0 has been started.")
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.S().Infof("Compiled on %s", compiledOn)