Skip to content

Commit

Permalink
Bump magnetico version to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boramalper committed Nov 27, 2020
1 parent eb03075 commit 915700a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/magneticod/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>.")
zap.L().Info("Dedicated to Cemile Binay, in whose hands I thrived.")
zap.S().Infof("Compiled on %s", compiledOn)
Expand Down
2 changes: 1 addition & 1 deletion cmd/magneticow/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[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 915700a

Please sign in to comment.