Skip to content

Commit 66ded3f

Browse files
committed
Version bump
1 parent aa5fd09 commit 66ded3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ let sha = Git.Information.getCurrentHash()
3535
// version info
3636
let major = "3"
3737
let minor = "9"
38-
let patch = "0"
38+
let patch = "1"
3939

4040
// Follow SemVer scheme: http://semver.org/
4141
let asmVersion = major + "." + minor + "." + patch

0 commit comments

Comments
 (0)