diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 16:18:27 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 16:18:27 +0200 |
| commit | 19e02a3290dc78de088f9a72fb9c16dbf6517ffc (patch) | |
| tree | 867b1a58fe6b40bae4abb83b5aca068065b45bcc /internal/config/config.go | |
| parent | 0321ea57f5c561215a8dea111ed7f3ea7b05594e (diff) | |
| download | lectio-19e02a3290dc78de088f9a72fb9c16dbf6517ffc.tar.gz lectio-19e02a3290dc78de088f9a72fb9c16dbf6517ffc.zip | |
tui reader: m opens a verse cursor (↑/↓ pick the verse) then a note box (write or skip); d in bookmarks confirms before deleting; v0.19.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 214602b..4adf44e 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.18.0" +const Version = "0.19.0" // validVersions are the five scripture versions lectio understands. var validVersions = map[string]bool{ |
