From a1a000b4b5641e3a4588549de6f6549077fe2470 Mon Sep 17 00:00:00 2001 From: Dainis Date: Sun, 1 Oct 2017 17:28:43 +0300 Subject: [PATCH] Version bump --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1eaece5e..2f42e01e 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ BUILD_PATH=build BINARY=terraform-provider-zabbix BIN=bin TARGETS=darwin linux windows -VERSION=0.0.2 +VERSION=0.0.3 RELEASE_DIR=release RELEASE=terraform-provider-zabbix_$(VERSION).tar.gz