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