diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 08c20d1ef4f..dae90331bba 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -29,7 +29,7 @@ variables:
# Should be 'current' release branch name, i.e. 'release/dev17.10' in dotnet/fsharp/refs/heads/main, 'release/dev17.10' in dotnet/fsharp/refs/heads/release/dev17.10 and 'release/dev17.9' in dotnet/fsharp/refs/heads/release/dev17.9
# Should **never** be 'main' in dotnet/fsharp/refs/heads/main, since it will start inserting to VS twice.
- name: FSharpReleaseBranchName
- value: release/dev17.14
+ value: release/dev18.0
# VS Insertion branch name (NOT the same as F# branch)
# Should be previous release branch or 'main' in 'main' and 'main' in release branch
# (since for all *new* release branches we insert into VS main and for all *previous* releases we insert into corresponding VS release),
diff --git a/eng/Versions.props b/eng/Versions.props
index 2bbd93c22ac..624e01fe94c 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -12,9 +12,9 @@
beta
- 9
+ 10
0
- 300
+ 100
0
@@ -29,7 +29,7 @@
43
- 9
+ 10
$(FSBuildVersion)
$(FSRevisionVersion)
$(FCSMajorVersion).$(FCSMinorVersion).$(FCSBuildVersion)