Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis-de-Houx authored Apr 19, 2024
1 parent 8a596a1 commit 1fc0596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ var versionCmd = &cobra.Command{
if err != nil {
log.Fatal(err)
}
fmt.Printf("BIRD: %s %s\n", birdVersion)
fmt.Printf("BIRD: %s\n", birdVersion)
},
}

0 comments on commit 1fc0596

Please sign in to comment.