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

Commit

Permalink
v0.7.0-beta1 is ready!
Browse files Browse the repository at this point in the history
  • Loading branch information
boramalper committed Sep 21, 2018
1 parent 8642b48 commit d5a03fe
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 @@ -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.")

Expand Down
2 changes: 1 addition & 1 deletion cmd/magneticow/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.")

Expand Down

0 comments on commit d5a03fe

Please sign in to comment.