bump version to v0.10.0

This commit is contained in:
Bora M. Alper 2020-02-22 15:44:02 +00:00
parent 1ca410774d
commit a07e880ac5
No known key found for this signature in database
GPG Key ID: 8F1A9504E1BD114D
2 changed files with 4 additions and 4 deletions

View File

@ -56,8 +56,8 @@ func main() {
return
}
zap.L().Info("magneticod v0.9.0 has been started.")
zap.L().Info("Copyright (C) 2017-2019 Mert Bora ALPER <bora@boramalper.org>.")
zap.L().Info("magneticod v0.10.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,8 +61,8 @@ func main() {
defer logger.Sync()
zap.ReplaceGlobals(logger)
zap.L().Info("magneticow v0.9.0 has been started.")
zap.L().Info("Copyright (C) 2017-2019 Mert Bora ALPER <bora@boramalper.org>.")
zap.L().Info("magneticow v0.10.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)