Skip to content

Commit 78c84a5

Browse files
authored
Fix build numbering (#80)
1 parent f3eb112 commit 78c84a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ let versionSuffix = match Fake.BuildServer.GitHubActions.Environment.Ref with
4040
| "refs/heads/main" -> ""
4141
| _ -> "-preview"
4242

43-
let version = sprintf "0.4.%s%s" runNumber versionSuffix
43+
let version = sprintf "0.5.%s%s" runNumber versionSuffix
4444
let infoVersion = match commitSha with
4545
| null -> version
4646
| sha -> sprintf "%s.%s" version sha

0 commit comments

Comments
 (0)