Skip to content

Commit

Permalink
fix version cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Savid committed Oct 6, 2024
1 parent 2b251e4 commit 58cedcb
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 @@ -17,7 +17,7 @@ var versionCmd = &cobra.Command{
Short: "Prints the version of Xatu.",
Long: `Prints the version of Xatu.`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Printf("xatu version %s %s %s\n", version, commit, platform)
fmt.Printf("xatu version %s %s %s\n", release, commit, platform)
},
}

Expand Down

0 comments on commit 58cedcb

Please sign in to comment.