Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Sep 4, 2023
1 parent f4231cf commit 5214eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/renterd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ func main() {
flag.DurationVar(&cfg.ShutdownTimeout, "node.shutdownTimeout", cfg.ShutdownTimeout, "the timeout applied to the node shutdown")
flag.Parse()

log.Println("renterd v0.4.0-beta")
log.Println("renterd v0.5.0-beta")
log.Println("Network", build.NetworkName())
if flag.Arg(0) == "version" {
log.Println("Commit:", githash)
Expand Down

0 comments on commit 5214eac

Please sign in to comment.