diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 13:54:13 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 13:54:13 +0200 |
| commit | e54b24308e42addad396a13f9f53a60e5f6468d5 (patch) | |
| tree | 83e58bfdf3bf33898c82232d0cef9eedc42e6665 /internal/config/config.go | |
| parent | 22bfec8fc13a20a8d95a4609b4a02bb48acede5a (diff) | |
| download | lectio-e54b24308e42addad396a13f9f53a60e5f6468d5.tar.gz lectio-e54b24308e42addad396a13f9f53a60e5f6468d5.zip | |
corpus: fix vul book mislabel 2 King -> 2 Kings (restores Vulgate 2 Kings); v0.11.1
Diffstat (limited to 'internal/config/config.go')
| -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 3c5e60d..4487ecb 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -24,7 +24,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.11.0" +const Version = "0.11.1" // validVersions are the five scripture versions lectio understands. var validVersions = map[string]bool{ |
