Skip to content

Commit

Permalink
Update version.json to 1.0.0 alpha (#303)
Browse files Browse the repository at this point in the history
Move to v1.0.0 in preparation for new stable release
  • Loading branch information
rjmurillo authored Dec 25, 2024
1 parent 45500ea commit 1b27e57
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,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "0.4.0-alpha",
"version": "1.0.0-alpha",
"publicReleaseRefSpec": [
"^refs/heads/main$",
"^refs/heads/v\\d+(?:\\.\\d+)?$",
Expand All @@ -12,4 +12,4 @@
"enabled": true
}
}
}
}

0 comments on commit 1b27e57

Please sign in to comment.