Skip to content

Commit

Permalink
Bump version to 0.10. (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmds authored Jan 25, 2022
1 parent fe6a68a commit 1818ede
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/version.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "0.9",
"versionHeightOffset": 1,
"version": "0.10",
"publicReleaseRefSpec": [
"^refs/tags/v\\d+\\.\\d+\\d+"
"^refs/tags/rel/\\d+\\.\\d+"
]
}

0 comments on commit 1818ede

Please sign in to comment.