From 9827032752f8b77476d7a2674d4de25fc44731fa Mon Sep 17 00:00:00 2001 From: Brett Wagner Date: Fri, 13 Apr 2018 10:23:02 -0700 Subject: [PATCH] dev build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4e9f490..a7ec34b 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ GITHUB_REPO_HOST_AND_PATH := github.com/$(GITHUB_REPO_OWNER)/$(GITHUB_REPO_NAME) IMAGE_NAME := quay.io/nordstrom/kubelogin BUILD := build CURRENT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD) -CURRENT_TAG := v0.0.55 +CURRENT_TAG := v0.0.6-dev GOLANG_TOOLCHAIN_VERSION := 1.9.1 .PHONY: image/build image/push