From 22f40af7a3b11fd118369410818e8cfc1844ddd4 Mon Sep 17 00:00:00 2001 From: Brent Boe Date: Thu, 20 Jun 2019 13:42:34 -0700 Subject: [PATCH] Updating splunk version to 7.3.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d28161b9..0ec32515 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,8 @@ SPLUNK_ANSIBLE_BRANCH ?= develop SPLUNK_COMPOSE ?= cluster_absolute_unit.yaml # Set Splunk version/build parameters here to define downstream URLs and file names SPLUNK_PRODUCT := splunk -SPLUNK_VERSION := 7.2.6 -SPLUNK_BUILD := c0bf0f679ce9 +SPLUNK_VERSION := 7.3.0 +SPLUNK_BUILD := 657388c7a488 ifeq ($(shell arch), s390x) SPLUNK_ARCH = s390x else