From 1e581d0ccca61fb10caf4f23de327ed12962de48 Mon Sep 17 00:00:00 2001 From: Vincent Baaij Date: Wed, 10 Jul 2024 10:54:42 +0200 Subject: [PATCH] Prep for next version --- Directory.Build.props | 4 ++-- eng/pipelines/version.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 77b78d64e..9953c7651 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -12,8 +12,8 @@ $(MSBuildThisFileDirectory) true - 4.9.1 - 4.9.1 + 4.9.2 + 4.9.2 $(VersionFile) $(VersionFile) diff --git a/eng/pipelines/version.yml b/eng/pipelines/version.yml index d29cb40a3..7b966e667 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.9.1' # Set the next final version here. + FileVersion: '4.9.2' # Set the next final version here. PackageSuffix: ''