Skip to content

Commit

Permalink
Version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonog committed Sep 5, 2016
1 parent ab86042 commit 8df5227
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 @@ -11,7 +11,7 @@ var versionCmd = &cobra.Command{
Short: "Print the version number of Redalert",
Long: "Print the version number of Redalert",
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("Redalert v0.1.2")
fmt.Println("Redalert v0.2.0")
},
}

Expand Down

0 comments on commit 8df5227

Please sign in to comment.