diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-29 21:10:35 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-29 21:10:35 +0200 |
| commit | 714a0b669409e35f67ae2ad9fe6a8452e93e44d9 (patch) | |
| tree | fc30d5b7b7b6989eeea6e6fa1629954f79c8f643 /internal/config | |
| parent | 7d26aa60349e72c3d437d329a678a51331914233 (diff) | |
| download | lectio-714a0b669409e35f67ae2ad9fe6a8452e93e44d9.tar.gz lectio-714a0b669409e35f67ae2ad9fe6a8452e93e44d9.zip | |
release: bump version to 0.45.0v0.45.0
The version constant sat at 0.44.0 while 44 commits landed on top of it:
the engine-flawlessness pass, the localization + bible-corpora-split epic
(any-language day/saint names, embedded-chrome-as-data, EF Polish
sanctoral 322/322), the web UI rework, the EF Christmas-ferial name fix,
and the cli test-config isolation. Mark the release as 0.45.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 cd32c90..ebbe67d 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -60,7 +60,7 @@ const configHeader = `# lectio configuration (INI). Full-line comments only (# o // Version is lectio's release version, shared by every binary's // -v/--version output (lectio, lectio-ui, lectio-web). -const Version = "0.44.0" +const Version = "0.45.0" // SourceURL is where lectio's corresponding source can be obtained. It is // not decoration: lectio is AGPL-3.0-or-later, and section 13 requires a |
