Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalFlow committed Nov 25, 2020
1 parent b173b2a commit cbdb305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ let sha = Git.Information.getCurrentHash()
// version info
let major = "3"
let minor = "8"
let patch = "0"
let patch = "1"

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

0 comments on commit cbdb305

Please sign in to comment.