Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
bump version to v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boramalper committed Feb 22, 2020
1 parent 1ca4107 commit a07e880
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmd/magneticod/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>.")
zap.L().Info("magneticod v0.10.0 has been started.")
zap.L().Info("Copyright (C) 2017-2020 Mert Bora ALPER <[email protected]>.")
zap.L().Info("Dedicated to Cemile Binay, in whose hands I thrived.")
zap.S().Infof("Compiled on %s", compiledOn)

Expand Down
4 changes: 2 additions & 2 deletions cmd/magneticow/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>.")
zap.L().Info("magneticow v0.10.0 has been started.")
zap.L().Info("Copyright (C) 2017-2020 Mert Bora ALPER <[email protected]>.")
zap.L().Info("Dedicated to Cemile Binay, in whose hands I thrived.")
zap.S().Infof("Compiled on %s", compiledOn)

Expand Down

0 comments on commit a07e880

Please sign in to comment.