diff --git a/build/pipelines/azure-pipelines.release.yaml b/build/pipelines/azure-pipelines.release.yaml index aabe900e..3232554a 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 # TODO: revert this to 11 before checking in the code + versionMajor: 11 versionMinor: 2310 versionBuild: $[counter(format('{0}.{1}.*', variables['versionMajor'], variables['versionMinor']), 0)] versionPatch: 0