aboutsummaryrefslogtreecommitdiff
path: root/bin/main.ml
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-18 10:03:40 -0500
committerMarc Coquand <marc@mccd.space>2024-05-18 10:03:40 -0500
commitd72a2fe44012000c0a9398fa290642ccb834a77e (patch)
tree7595285dcc16e530cd7311aaa2d4079e7fbcf00f /bin/main.ml
parent2344fd375cf8b3cf0efba8177d3794523fae9a80 (diff)
downloadstitch-d72a2fe44012000c0a9398fa290642ccb834a77e.tar.gz
stitch-d72a2fe44012000c0a9398fa290642ccb834a77e.tar.bz2
stitch-d72a2fe44012000c0a9398fa290642ccb834a77e.zip
Fix infov0.0.2
Diffstat (limited to 'bin/main.ml')
-rw-r--r--bin/main.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/main.ml b/bin/main.ml
index 13d7f6d..757b391 100644
--- a/bin/main.ml
+++ b/bin/main.ml
@@ -147,7 +147,7 @@ let headlines_cmd =
Cmd.info
~envs
"stitch"
- ~version:"0.0.1 ALPHA"
+ ~version:"0.0.2 ALPHA"
~doc
~man:(List.concat [ bugs; author; description; example_set_up_basic; credit ])
in