summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-08-18 13:24:48 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-08-18 13:24:48 +0200
commitf979aedcc8a11d2c5a175064526a6821e11c2c0c (patch)
treef374b87e27436343eadde6c9d2f1585218aba7ec
parent5d3e201c21427ec54ff3d58bade04e40cb621ae9 (diff)
downloadcolitur-0.6.0.tar.gz
colitur-0.6.0.zip
release: v0.6.0v0.6.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 93ce023..e748629 100644
--- a/bin/main.ml
+++ b/bin/main.ml
@@ -377,7 +377,7 @@ let readings_report ~overlays y = resolved_year_report ~line:readings_line ~over
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.5.0"
+let version = "0.6.0"
let help_text =
{|colitur -- deterministic liturgical calendar engine (Roman rite, 1962)
diff --git a/colitur.opam b/colitur.opam
index c73e1d0..3934999 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.5.0"
+version: "0.6.0"
synopsis: "Deterministic liturgical calendar engine (computus liturgicus)"
depends: [
"ocaml"
diff --git a/dune-project b/dune-project
index 889b7e1..2102242 100644
--- a/dune-project
+++ b/dune-project
@@ -1,6 +1,6 @@
(lang dune 3.0)
(name colitur)
-(version 0.5.0)
+(version 0.6.0)
(generate_opam_files true)
(cram enable)