diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-17 22:27:11 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-17 22:27:11 +0200 |
| commit | 1fa4017a20dea1843e08afd257fc7798560659c4 (patch) | |
| tree | 8174db50b45dda476e28a168b0834b4f0d39c465 /bin/main.ml | |
| parent | 921a17583067f49ed5c9f900b649d049c2b876ec (diff) | |
| download | colitur-e26c84cab5f1afa503c149d4ea2921a3aa59a180.tar.gz colitur-e26c84cab5f1afa503c149d4ea2921a3aa59a180.zip | |
test(cli): the 3 January pin is a BVM Saturday, not a feriav0.3.0
3 January 2026 is an unoccupied IV-class Saturday, so its office is Our
Lady's and now its Mass is too -- the second of the Missal's five, assigned
to Christmas through the Purification. The pin held the Christmastide
feria's readings, which is what colitur said before RG 309(a) was
implemented. Caught by make check on the 0.3.0 release, which is what that
gate is for.
Diffstat (limited to 'bin/main.ml')
| -rw-r--r-- | bin/main.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/main.ml b/bin/main.ml index fc50fae..196d137 100644 --- a/bin/main.ml +++ b/bin/main.ml @@ -368,7 +368,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.2.0" +let version = "0.3.0" let help_text = {|colitur -- deterministic liturgical calendar engine (Roman rite, 1962) |
