v0.7.0-beta1 is ready!

This commit is contained in:
Bora Alper 2018-09-21 13:00:23 +01:00
parent 8642b488c8
commit d5a03feb43
2 changed files with 2 additions and 2 deletions

View File

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

View File

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