Skip to content

Commit

Permalink
Set version to '4.4.0-rc1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldbarendse committed Jul 16, 2024
1 parent d8ecf4a commit 54757c8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "4.3.0",
"version": "4.4.0-rc1",
"assemblyVersion": {
"precision": "build"
},
Expand All @@ -12,14 +12,14 @@
"^refs/heads/main$",
"^refs/tags/release-"
],
"release": {
"branchName": "release/{version}",
"tagName": "release-{version}"
},
"cloudBuild": {
"setAllVariables": true,
"buildNumber": {
"enabled": true
}
},
"release": {
"tagName": "release-{version}",
"branchName": "release/{version}"
}
}
}

0 comments on commit 54757c8

Please sign in to comment.