diff --git a/DA-ESS-CbDefense/default/app.conf b/DA-ESS-CbDefense/default/app.conf index cc9e767..454ed65 100644 --- a/DA-ESS-CbDefense/default/app.conf +++ b/DA-ESS-CbDefense/default/app.conf @@ -19,4 +19,4 @@ setup_view = CbDefense [launcher] author = Carbon Black Developer Network description = The Carbon Black Defense App for Splunk integrates the market's leading NGAV product with SPLUNK to allow SPLUNK administrators to leverage the sophisticated threat analysis, detection, and prevention services from within Splunk web. -version = 1.1.3 +version = 1.1.4 diff --git a/Makefile b/Makefile index c26b5ee..9fef4bd 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ addon: BUNDLE=$(APPNAME)-$(VERSION) addon: $(APPNAME).spl app: APPNAME=DA-ESS-CbDefense -app: VERSION=1.0.0 +app: VERSION=1.0.1 app: BUNDLE=$(APPNAME)-$(VERSION) app: $(APPNAME).spl