Skip to content

Commit c8efe26

Browse files
committed
fixed version
1 parent 37f3060 commit c8efe26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lfs_server.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,5 +275,5 @@ let () =
275275
)
276276
(fun root host port cert key ->
277277
start_server ~root ~host ~port ~cert ~key)
278-
|> fun command -> Command.run ~version:"0.1" ~build_info:"Master" command
278+
|> fun command -> Command.run ~version:"0.1.0" ~build_info:"Master" command
279279

0 commit comments

Comments
 (0)