diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1535d8d22b..bf593ccef2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,7 +16,7 @@ jobs: variables: DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true DOTNET_CLI_TELEMETRY_OPTOUT: 1 - PackageVersion: $[format('3.2.7-{0}', variables['Build.BuildId'])] + PackageVersion: $[format('3.2.8-{0}', variables['Build.BuildId'])] BUILD_PACKAGES: true steps: - pwsh: | diff --git a/versions.props b/versions.props index 4b3bdd7635..2b472632be 100644 --- a/versions.props +++ b/versions.props @@ -1,6 +1,6 @@ - 3.2.7 + 3.2.8 4.4.0