Skip to content

Commit 07db29c

Browse files
committed
Set version to '0.4'
1 parent 4c77896 commit 07db29c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

version.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "0.4-alpha",
3+
"version": "0.4",
44
"publicReleaseRefSpec": [
55
"^refs/heads/main$",
66
"^refs/heads/master$",
@@ -12,7 +12,6 @@
1212
}
1313
},
1414
"release": {
15-
"branchName": "release/v{version}",
16-
"firstUnstableTag": "alpha"
15+
"branchName": "release/v{version}"
1716
}
18-
}
17+
}

0 commit comments

Comments
 (0)