Skip to content

Commit

Permalink
Preparing version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dkapanidis committed Jun 28, 2015
1 parent b530bbb commit 5387748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion captain/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func handleCmd() {
Short: "Display version",
Long: `Displays the version of Captain.`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("v0.1.1")
fmt.Println("v0.2.0")
},
}

Expand Down

0 comments on commit 5387748

Please sign in to comment.