Skip to content

Commit

Permalink
Set version to '1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
vchirikov committed Oct 24, 2022
1 parent 3784cd6 commit e508f7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.4-alpha",
"version": "1.4",
"nuGetPackageVersion": {
"semVer": 2.0
},
"publicReleaseRefSpec": [
"^refs/heads/master$",
"^refs/heads/release/v\\d+(?:\\.\\d+)?$"
Expand All @@ -13,8 +16,5 @@
},
"release": {
"branchName": "release/v{version}"
},
"nugetPackageVersion": {
"semVer": 2
}
}

0 comments on commit e508f7f

Please sign in to comment.