Skip to content

Commit

Permalink
Update version.json
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny authored Jul 24, 2020
1 parent dc653a4 commit e1c08af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "2.0",
"version": "2.1",
"publicReleaseRefSpec": [
"^refs/heads/master$", // we release out of master
"^refs/heads/rel/v\\d+\\.\\d+" // we also release tags starting with rel/N.N
],
"nugetPackageVersion": {
"semVer": 2
}
}
}

0 comments on commit e1c08af

Please sign in to comment.