We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f3060 commit c8efe26Copy full SHA for c8efe26
lfs_server.ml
@@ -275,5 +275,5 @@ let () =
275
)
276
(fun root host port cert key ->
277
start_server ~root ~host ~port ~cert ~key)
278
- |> fun command -> Command.run ~version:"0.1" ~build_info:"Master" command
+ |> fun command -> Command.run ~version:"0.1.0" ~build_info:"Master" command
279
0 commit comments