From 0317f6f87a35b3b5c99ac3fdcb3b8ef85443a441 Mon Sep 17 00:00:00 2001 From: Vincent Baaij Date: Wed, 13 Nov 2024 13:18:30 +0100 Subject: [PATCH] Update version --- eng/pipelines/version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/version.yml b/eng/pipelines/version.yml index 3ddcc8a0d0..d93bdced32 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: '3.7.9' # Set the next final version here. + FileVersion: '3.8.0' # Set the next final version here. PackageSuffix: ''