Skip to content

Commit

Permalink
main: bump version to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjan committed Oct 3, 2023
1 parent 04dd79a commit fe3896b
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 @@ -314,7 +314,7 @@ func main() {

flag.Parse()

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

0 comments on commit fe3896b

Please sign in to comment.