From 5423cd888fdba513c9ac330c1838455eae68dba3 Mon Sep 17 00:00:00 2001 From: Erick Daniszewski Date: Thu, 27 Feb 2020 09:05:57 -0500 Subject: [PATCH] bump: version 1.2.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9aaaa23..0fb4db1 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # BIN_NAME := elector -BIN_VERSION := 1.1.1 +BIN_VERSION := 1.2.0 IMAGE_NAME := vaporio/k8s-elector GIT_COMMIT ?= $(shell git rev-parse --short HEAD 2> /dev/null || true)