From e54b24308e42addad396a13f9f53a60e5f6468d5 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Fri, 24 Jul 2026 13:54:13 +0200 Subject: corpus: fix vul book mislabel 2 King -> 2 Kings (restores Vulgate 2 Kings); v0.11.1 --- internal/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/config') 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{ -- cgit v1.3