Skip to content

Commit

Permalink
fix warning "this rule will never be matched"
Browse files Browse the repository at this point in the history
  • Loading branch information
0x53A committed Oct 26, 2016
1 parent a87bf90 commit 7992dff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/FakeLib/SemVerHelper.fs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ let parse version =
| maj::min::[] -> Int32.Parse maj, Int32.Parse min, 0
| maj::[] -> Int32.Parse maj, 0, 0
| [] -> 0,0,0
| _ -> failwith "unknown semver format"


let buildParts = Option.map (fun b -> splitRemove '.' b) build
Expand Down

0 comments on commit 7992dff

Please sign in to comment.