From 573aa8bf4677793c6d7da4ef08c79af241aca70e Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Fri, 24 Jul 2026 15:38:13 +0200 Subject: cli: --rand -b accepts any version incl. bt (bt falls back to a corpus version instead of erroring); v0.16.1 --- internal/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/config/config.go') diff --git a/internal/config/config.go b/internal/config/config.go index 3087d6f..e3299e1 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.16.0" +const Version = "0.16.1" // validVersions are the five scripture versions lectio understands. var validVersions = map[string]bool{ -- cgit v1.3