From 14508ac0ab4f7ca20063b26b4d7491ccccba87fd Mon Sep 17 00:00:00 2001 From: Dainis Date: Thu, 23 May 2019 13:14:18 +0300 Subject: [PATCH] Version bump --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2f42e01e..17fc9abc 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.3 +VERSION=0.0.4 RELEASE_DIR=release RELEASE=terraform-provider-zabbix_$(VERSION).tar.gz