bumped version to v0.7.2

This commit is contained in:
Bora M. Alper 2019-01-01 18:29:34 +03:00
parent 8aaf9b4adf
commit 093d4c01f3
No known key found for this signature in database
GPG Key ID: 8F1A9504E1BD114D
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ func main() {
return
}
zap.L().Info("magneticod v0.7.1 has been started.")
zap.L().Info("magneticod v0.7.2 has been started.")
zap.L().Info("Copyright (C) 2018 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

@ -62,7 +62,7 @@ func main() {
defer logger.Sync()
zap.ReplaceGlobals(logger)
zap.L().Info("magneticow v0.7.1 has been started.")
zap.L().Info("magneticow v0.7.2 has been started.")
zap.L().Info("Copyright (C) 2018 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)