diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 16:56:07 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 16:56:07 +0200 |
| commit | 378926240f34759116b19e078d2b2504965f5329 (patch) | |
| tree | c8e8f2288869882ccc01845eaead8f3c11f067dd /internal/config | |
| parent | 29e244c48222278c2f255ff2adf45e3af7c9f895 (diff) | |
| download | lectio-378926240f34759116b19e078d2b2504965f5329.tar.gz lectio-378926240f34759116b19e078d2b2504965f5329.zip | |
export: month calendar PDF (A4 landscape, Monday-first grid, feast name + gospel ref + liturgical colour per day); cli --calendar YYYY-MM; web /calendar + link; readings.GospelCitation; v0.23.0
Diffstat (limited to 'internal/config')
| -rw-r--r-- | internal/config/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/config/config.go b/internal/config/config.go index 0ddbaa1..ee63754 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -25,7 +25,7 @@ var seedTOML []byte // Version is lectio's release version, shared by every binary's // -v/--version output (lectio, lectio-ui, lectio-web). -const Version = "0.22.0" +const Version = "0.23.0" // validVersions are the five scripture versions lectio understands. var validVersions = map[string]bool{ |
