diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 15:38:13 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 15:38:13 +0200 |
| commit | 573aa8bf4677793c6d7da4ef08c79af241aca70e (patch) | |
| tree | 92846c2852ccdb1e60b1a13ae21b01f6cfc075eb /internal/config/config.go | |
| parent | ed7717fef53db3b3aa5593fbb2649313e75a0f31 (diff) | |
| download | lectio-573aa8bf4677793c6d7da4ef08c79af241aca70e.tar.gz lectio-573aa8bf4677793c6d7da4ef08c79af241aca70e.zip | |
cli: --rand -b accepts any version incl. bt (bt falls back to a corpus version instead of erroring); v0.16.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 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{ |
