Skip to content

Commit cf54cfc

Browse files
committed
bump version
1 parent 01e0e93 commit cf54cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ func parseFlags(c *cli.Context) (bool, string, string, bool) {
319319
func main() {
320320
app := cli.NewApp()
321321
app.Name = "ecs-discoverer"
322-
app.Version = "0.3.0"
322+
app.Version = "0.3.1"
323323
app.Usage = "Discovery tool for Private IPs of ECS EC2 Container Instances for a given Service/Cluster"
324324
app.Action = func(c *cli.Context) {
325325
current_cluster, cluster, service, debug := parseFlags(c)

0 commit comments

Comments
 (0)