Skip to content

Commit

Permalink
Set version to '2.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
mhutch committed Dec 5, 2020
1 parent 81a3341 commit b61c10e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"version": "2.2.0-preview.{height}",
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "2.2.0",
"publicReleaseRefSpec": [
"^refs/tags/v\\d+\\.\\d+$",
"^refs/tags/v\\d+\\.\\d+\\.\\d+$"
Expand All @@ -10,8 +11,7 @@
}
},
"release": {
"branchName" : "release/v{version}",
"versionIncrement" : "minor",
"firstUnstableTag" : "preview"
"branchName": "release/v{version}",
"firstUnstableTag": "preview"
}
}
}

0 comments on commit b61c10e

Please sign in to comment.