Skip to content

Commit

Permalink
Updates splunk_version list with 9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Kasaboski committed Feb 10, 2025
1 parent 9be6825 commit a6e18c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ package: packages/flare/bin/vendor

.PHONY: publish
publish: output/flare.tar.gz
curl -u $$SPLUNKBASE_CREDS --request POST https://splunkbase.splunk.com/api/v1/app/7602/new_release/ -F "files[]=@./output/flare.tar.gz" -F "filename=flare.tar.gz" -F "splunk_versions=9.3" -F "visibility=true"
curl -u $$SPLUNKBASE_CREDS --request POST https://splunkbase.splunk.com/api/v1/app/7602/new_release/ -F "files[]=@./output/flare.tar.gz" -F "filename=flare.tar.gz" -F "splunk_versions=9.3,9.4" -F "visibility=true"

.PHONY: validate
validate: venv-tools
Expand Down

0 comments on commit a6e18c0

Please sign in to comment.