Skip to content

Commit f5ed6f4

Browse files
committed
Set version to '17.14-alpha'
1 parent c2f2fcc commit f5ed6f4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This is the default branch of the VS repo that we will use to insert into VS.
2-
'rel/d17.13'
2+
'main'

version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "17.13",
3+
"version": "17.14-alpha",
44
"publicReleaseRefSpec": [
55
"^refs/heads/main$",
66
"^refs/heads/v\\d+(?:\\.\\d+)?$"
77
],
88
"cloudBuild": {
99
"setVersionVariables": false
1010
}
11-
}
11+
}

0 commit comments

Comments
 (0)