From 063fee2cf638f9a38cc1adee6f50ebb23c0bd6cb Mon Sep 17 00:00:00 2001 From: Jared Custer Date: Wed, 7 Dec 2022 10:58:37 -0700 Subject: [PATCH] Start 7.2 development --- 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 cee5b76..e059702 100644 --- a/pipeline-templates/global-variables.yml +++ b/pipeline-templates/global-variables.yml @@ -1,6 +1,6 @@ variables: - name: version - value: "7.0" + value: "7.2" - name: isPrerelease value: ${{ true }} - name: shouldPublishDocker