summaryrefslogtreecommitdiff
path: root/lib/lockfile.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lockfile.ml')
-rw-r--r--lib/lockfile.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lockfile.ml b/lib/lockfile.ml
index f48452f..36dd069 100644
--- a/lib/lockfile.ml
+++ b/lib/lockfile.ml
@@ -421,7 +421,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.1.0") () =
+let make ?(version = "0.1.1") () =
Logs.info (fun m -> m "Making lockfile @@ version:%s …" version);
let inputs =
Input_foreman.to_lockfile (fun input ->