diff --git a/Directory.Build.props b/Directory.Build.props index 846596b24..335c5de9c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -12,8 +12,8 @@ $(MSBuildThisFileDirectory) true - 4.7.1 - 4.7.1 + 4.7.2 + 4.7.2 $(VersionFile) $(VersionFile) diff --git a/eng/pipelines/version.yml b/eng/pipelines/version.yml index 4d2906a84..cd986b4ab 100644 --- a/eng/pipelines/version.yml +++ b/eng/pipelines/version.yml @@ -2,5 +2,5 @@ variables: # File and Package version # dev branch: 1.2.4-Preview-23282-1' (PackageSuffix is always ignored in Dev branch) # main branch: 1.2.4-RC.1' (PackageSuffix is ignored, if empty, in Main branch) - FileVersion: '4.7.1' # Set the next final version here. + FileVersion: '4.7.2' # Set the next final version here. PackageSuffix: ''