From 28663117f809b7a43c9e50248d5836b69a43a4f3 Mon Sep 17 00:00:00 2001 From: unclejack Date: Mon, 4 Jun 2018 16:33:56 +0300 Subject: [PATCH] Makefile: bump version to 1.1.9 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fd141a5..e9335c7 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ export CONTIV_INSTALLER_VERSION ?= $(BUILD_VERSION) # downloaded and built assets intended to go in installer by build.sh export CONTIV_ARTIFACT_STAGING := $(PWD)/artifact_staging # some assets are retrieved from GitHub, this is the default version to fetch -export DEFAULT_DOWNLOAD_CONTIV_VERSION := 1.1.8 +export DEFAULT_DOWNLOAD_CONTIV_VERSION := 1.1.9 export CONTIV_ACI_GW_VERSION ?= latest export NETPLUGIN_OWNER ?= contiv # setting NETPLUGIN_BRANCH compiles that commit on demand,