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: ''