Skip to content

Commit 7992dff

Browse files
committed
fix warning "this rule will never be matched"
1 parent a87bf90 commit 7992dff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/FakeLib/SemVerHelper.fs

-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ let parse version =
159159
| maj::min::[] -> Int32.Parse maj, Int32.Parse min, 0
160160
| maj::[] -> Int32.Parse maj, 0, 0
161161
| [] -> 0,0,0
162-
| _ -> failwith "unknown semver format"
163162

164163

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

0 commit comments

Comments
 (0)