summaryrefslogtreecommitdiff
path: root/lib/lockfile.ml
diff options
context:
space:
mode:
authorยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2025-12-10 13:00:26 +0000
committerยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2025-12-10 13:00:26 +0000
commit4d7842a0e7b856beaa6e9d9471ba3182779d1ba8 (patch)
tree18c53ace2072ea46b9f96524841f60131d14ad5f /lib/lockfile.ml
parent839af0b3ee57c48de2d306f0d14f78100c3ee585 (diff)
downloadnixtaml-4d7842a0e7b856beaa6e9d9471ba3182779d1ba8.tar
nixtaml-4d7842a0e7b856beaa6e9d9471ba3182779d1ba8.tar.gz
nixtaml-4d7842a0e7b856beaa6e9d9471ba3182779d1ba8.tar.bz2
nixtaml-4d7842a0e7b856beaa6e9d9471ba3182779d1ba8.tar.lz
nixtaml-4d7842a0e7b856beaa6e9d9471ba3182779d1ba8.tar.xz
nixtaml-4d7842a0e7b856beaa6e9d9471ba3182779d1ba8.tar.zst
nixtaml-4d7842a0e7b856beaa6e9d9471ba3182779d1ba8.zip
further README updates
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 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 ->