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

Commit d5a03fe

Browse files
committed
v0.7.0-beta1 is ready!
1 parent 8642b48 commit d5a03fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/magneticod/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func main() {
5858
return
5959
}
6060

61-
zap.L().Info("magneticod v0.7.0 has been started.")
61+
zap.L().Info("magneticod v0.7.0-beta1 has been started.")
6262
zap.L().Info("Copyright (C) 2017 Mert Bora ALPER <bora@boramalper.org>.")
6363
zap.L().Info("Dedicated to Cemile Binay, in whose hands I thrived.")
6464

cmd/magneticow/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func main() {
5757
defer logger.Sync()
5858
zap.ReplaceGlobals(logger)
5959

60-
zap.L().Info("magneticow v0.7.0 has been started.")
60+
zap.L().Info("magneticow v0.7.0-beta1 has been started.")
6161
zap.L().Info("Copyright (C) 2017 Mert Bora ALPER <bora@boramalper.org>.")
6262
zap.L().Info("Dedicated to Cemile Binay, in whose hands I thrived.")
6363

0 commit comments

Comments
 (0)