Skip to content

Commit

Permalink
fix: log
Browse files Browse the repository at this point in the history
  • Loading branch information
acha-bill committed May 29, 2024
1 parent dfc6997 commit 5c555d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/bee/cmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ func (c *command) initStartCmd() (err error) {
}

fmt.Print(beeWelcomeMessage)
fmt.Printf("\n\nversion: %v - planned to be supported until %v, please follow https://ethswarm.org/\n\n", bee.Version, endSupportDate())
logger.Info("bee version", "version", bee.Version)

go startTimeBomb(logger)
Expand Down

0 comments on commit 5c555d3

Please sign in to comment.