Skip to content

Commit

Permalink
Merge pull request #18 from crowdworks/v031
Browse files Browse the repository at this point in the history
Bump to version 0.3.1
  • Loading branch information
h3poteto committed Jun 15, 2017
2 parents 813f724 + 4d684e9 commit 6aa6eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
Expand Up @@ -11,7 +11,7 @@ func versionCmd() *cobra.Command {
Use: "version",
Short: "Print the version number",
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("ecs-goploy v0.3.0")
fmt.Println("ecs-goploy v0.3.1")
},
}

Expand Down

0 comments on commit 6aa6eee

Please sign in to comment.