Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
CpuID committed Apr 13, 2016
1 parent 01e0e93 commit cf54cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ func parseFlags(c *cli.Context) (bool, string, string, bool) {
func main() {
app := cli.NewApp()
app.Name = "ecs-discoverer"
app.Version = "0.3.0"
app.Version = "0.3.1"
app.Usage = "Discovery tool for Private IPs of ECS EC2 Container Instances for a given Service/Cluster"
app.Action = func(c *cli.Context) {
current_cluster, cluster, service, debug := parseFlags(c)
Expand Down

0 comments on commit cf54cfc

Please sign in to comment.