From 1453b79eee3c757ef27ade7d6ca636112b926f80 Mon Sep 17 00:00:00 2001 From: ยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค Date: Fri, 2 Jan 2026 15:47:47 +0000 Subject: Schema bump: lockfile fields required --- lib/lockfile.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/lockfile.ml') 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 -> -- cgit v1.2.3