Skip to content

Commit

Permalink
Set version to '0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
yallie committed Aug 29, 2022
1 parent 34bd6c8 commit a9dc1df
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "0.2-beta",
"version": "0.2",
"publicReleaseRefSpec": [
"^refs/heads/master$",
"^refs/heads/release/v\\d+(?:\\.\\d+)?$"
],
"release": {
"branchName": "release/v{version}",
"versionIncrement": "minor",
"firstUnstableTag": "beta"
},
"cloudBuild": {
"buildNumber": {
"enabled": true
}
},
"release": {
"branchName": "release/v{version}",
"firstUnstableTag": "beta"
}
}

0 comments on commit a9dc1df

Please sign in to comment.