We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3eb112 commit 78c84a5Copy full SHA for 78c84a5
build.fs
@@ -40,7 +40,7 @@ let versionSuffix = match Fake.BuildServer.GitHubActions.Environment.Ref with
40
| "refs/heads/main" -> ""
41
| _ -> "-preview"
42
43
-let version = sprintf "0.4.%s%s" runNumber versionSuffix
+let version = sprintf "0.5.%s%s" runNumber versionSuffix
44
let infoVersion = match commitSha with
45
| null -> version
46
| sha -> sprintf "%s.%s" version sha
0 commit comments