diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 15:56:28 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 15:56:28 +0200 |
| commit | f48b79d8860e4c4616821ceeeea091ab4b838197 (patch) | |
| tree | 3ee301f93c4df4a44e7d84bff8ece889e69e59e2 /internal/config/config.go | |
| parent | 573aa8bf4677793c6d7da4ef08c79af241aca70e (diff) | |
| download | lectio-f48b79d8860e4c4616821ceeeea091ab4b838197.tar.gz lectio-f48b79d8860e4c4616821ceeeea091ab4b838197.zip | |
bookmarks: per-verse (optional Verse field); web reader verse input + list shows Book Ch:V; v0.17.0
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 e3299e1..4293bd2 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.1" +const Version = "0.17.0" // validVersions are the five scripture versions lectio understands. var validVersions = map[string]bool{ |
