diff --git a/version.json b/version.json index 2ad0525..97d346d 100644 --- a/version.json +++ b/version.json @@ -1,10 +1,12 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "4.0.0", - "publicReleaseRefSpec": ["^refs/heads/(main|master)$"], + "version": "4.0", + "publicReleaseRefSpec": [ + "^refs/heads/(main|master)$" + ], "cloudBuild": { "buildNumber": { "enabled": true } } -} +} \ No newline at end of file