From b1237a148df5fe72fe7fe8026c1253f064ffea17 Mon Sep 17 00:00:00 2001 From: Tian Liao Date: Mon, 29 Apr 2024 16:24:30 +0800 Subject: [PATCH] revert the test version --- build/pipelines/azure-pipelines.release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pipelines/azure-pipelines.release.yaml b/build/pipelines/azure-pipelines.release.yaml index f786e438..787d7a90 100644 --- a/build/pipelines/azure-pipelines.release.yaml +++ b/build/pipelines/azure-pipelines.release.yaml @@ -8,7 +8,7 @@ trigger: none pr: none variables: - versionMajor: 0 + versionMajor: 11 versionMinor: 2404 versionBuild: $[counter(format('{0}.{1}.*', variables['versionMajor'], variables['versionMinor']), 0)] versionPatch: 0