Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Set version to '3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
petli committed Jun 9, 2022
1 parent e866816 commit dac5027
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "3.1-alpha",
"version": "3.1",
"publicReleaseRefSpec": [
"^refs/heads/master$",
"^refs/heads/release/v\\d+\\.\\d+$",
"^refs/tags/v\\d+\\.\\d+\\.\\d+(-[a-zA-Z0-9]+)?$"
"^refs/tags/v\\d+\\.\\d+\\.\\d+(-[a-zA-Z0-9]+)?$"
],
"cloudBuild": {
"buildNumber": {
Expand All @@ -14,4 +14,4 @@
"release": {
"branchName": "release/v{version}"
}
}
}

0 comments on commit dac5027

Please sign in to comment.