diff options
Diffstat (limited to 'lib/lockfile.ml')
| -rw-r--r-- | lib/lockfile.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lockfile.ml b/lib/lockfile.ml index 658170e..af496bf 100644 --- a/lib/lockfile.ml +++ b/lib/lockfile.ml @@ -417,7 +417,7 @@ let jsont : t Jsont.t = |> Object.mem "i" (NameMap.jsont ~kind: "Input" Input'.jsont) ~enc: (fun i -> i.inputs) |> Object.finish -let make ?(version = "0.0.1") () = +let make ?(version = "0.1.0") () = Logs.info (fun m -> m "Making lockfile @@ version:%s …" version); let inputs = Input_foreman.to_lockfile (fun input -> |
