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

Commit

Permalink
bumped version to v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
boramalper committed Jan 1, 2019
1 parent 8aaf9b4 commit 093d4c0
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 @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion cmd/magneticow/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 093d4c0

Please sign in to comment.