From b3739a98d46d00597fea4f100b0ca07fcf1296ee Mon Sep 17 00:00:00 2001 From: Matt Cooley Date: Wed, 3 Apr 2019 11:43:42 -0700 Subject: [PATCH] Updating version of release builds to 1904 --- build/pipelines/azure-pipelines.release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/pipelines/azure-pipelines.release.yaml b/build/pipelines/azure-pipelines.release.yaml index a4507e21..f687ec4a 100644 --- a/build/pipelines/azure-pipelines.release.yaml +++ b/build/pipelines/azure-pipelines.release.yaml @@ -9,8 +9,8 @@ pr: none variables: versionMajor: 10 - versionMinor: 1903 - versionBuild: $[counter('10.1903.*', 0)] + versionMinor: 1904 + versionBuild: $[counter('10.1904.*', 0)] versionPatch: 0 name: '$(versionMajor).$(versionMinor).$(versionBuild).$(versionPatch)'