diff --git a/version.json b/version.json index 3fb1f9b..5ec80b1 100644 --- a/version.json +++ b/version.json @@ -1,12 +1,9 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json", - "version": "3.2-alpha", + "version": "3.2.1", "publicReleaseRefSpec": [ "^refs/heads/main$", "^refs/heads/hotfix\\/.+$", "^refs/heads/v\\d+\\.\\d+$" - ], - "release": { - "firstUnstableTag": "alpha" - } + ] } \ No newline at end of file