From 35f396c5897ca4534919e7ca1bd973fad91b94e0 Mon Sep 17 00:00:00 2001 From: Daniel Fernandes Martins Date: Sat, 15 Apr 2017 14:17:10 -0300 Subject: [PATCH] Bump version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0608d65..486e8d2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ GO=CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go -TAG=0.1.0 +TAG=0.1.1 BIN=kube-ecr-cleanup-controller IMAGE=danielfm/$(BIN)