From 260ce2f314809b4eebbd9b4ff32592ff6910408d Mon Sep 17 00:00:00 2001 From: Chris Hardison Date: Wed, 8 Nov 2023 09:14:46 -0500 Subject: [PATCH] Release version 7.4 now that SPP is GA --- pipeline-templates/global-variables.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline-templates/global-variables.yml b/pipeline-templates/global-variables.yml index de98fce..4fca07a 100644 --- a/pipeline-templates/global-variables.yml +++ b/pipeline-templates/global-variables.yml @@ -2,6 +2,6 @@ variables: - name: version value: "7.4" - name: isPrerelease - value: ${{ true }} + value: ${{ false }} - name: shouldPublishDocker value: $[ eq( variables.isPrerelease, false ) ] \ No newline at end of file