summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-08-21 12:21:20 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-08-21 12:21:20 +0200
commitced4ead904791d5ec813036b8682d24dd001de9d (patch)
tree7ae44c5414f72385915f1da05d5d8848066d2a4d
parent055deaedd6bc1acb770bd96b7da8f985ab0f4f0b (diff)
downloadcolitur-ced4ead904791d5ec813036b8682d24dd001de9d.tar.gz
colitur-ced4ead904791d5ec813036b8682d24dd001de9d.zip
release: v0.10.0v0.10.0
-rw-r--r--bin/main.ml2
-rw-r--r--colitur.opam2
-rw-r--r--dune-project2
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/main.ml b/bin/main.ml
index a7120ad..521f1b1 100644
--- a/bin/main.ml
+++ b/bin/main.ml
@@ -1172,7 +1172,7 @@ let publish_report ~lang ~sigla ~from_y ~to_y ~out ~overlays ~dtstamp ~prune =
same reason. Deliberately NOT embedded in [help_text]: the cram test pins
help's first line, and a version in it would make every release edit a
test expectation for no gain. *)
-let version = "0.9.0"
+let version = "0.10.0"
let help_text =
{|colitur -- deterministic liturgical calendar engine (Roman rite, 1962)
diff --git a/colitur.opam b/colitur.opam
index e0624f4..df1df72 100644
--- a/colitur.opam
+++ b/colitur.opam
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
-version: "0.9.0"
+version: "0.10.0"
synopsis: "Deterministic liturgical calendar engine (computus liturgicus)"
depends: [
"ocaml"
diff --git a/dune-project b/dune-project
index e55b99a..591874e 100644
--- a/dune-project
+++ b/dune-project
@@ -1,6 +1,6 @@
(lang dune 3.0)
(name colitur)
-(version 0.9.0)
+(version 0.10.0)
(generate_opam_files true)
(cram enable)