From 7ac40d1314032f3a7c4532dbe03398a89e92f583 Mon Sep 17 00:00:00 2001 From: arjunrajshekhar Date: Sat, 8 Aug 2020 20:00:20 +1000 Subject: [PATCH] chore: Bumped version to v1.3.0 (#41) Co-authored-by: Arjun Raj --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2c0858e2..1d2505fc 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BIN_NAME="terraform-provider-instaclustr" -VERSION=v1.2.1 +VERSION=v1.3.0 .PHONY: install clean all build test testacc