Skip to content

Commit

Permalink
0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
markusressel committed Feb 9, 2021
1 parent 270b375 commit 7a222d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ var versionCmd = &cobra.Command{
Short: "Print the version number of fan2go",
Long: `All software has versions. This is fan2go's`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("0.0.12")
fmt.Println("0.0.13")
},
}

Expand Down

0 comments on commit 7a222d2

Please sign in to comment.