diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 16:07:14 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 16:07:14 +0200 |
| commit | 0321ea57f5c561215a8dea111ed7f3ea7b05594e (patch) | |
| tree | 75ce332f8985907fcd0118aa2c3f4aafb8587ad7 /internal/config/config.go | |
| parent | f48b79d8860e4c4616821ceeeea091ab4b838197 (diff) | |
| download | lectio-0321ea57f5c561215a8dea111ed7f3ea7b05594e.tar.gz lectio-0321ea57f5c561215a8dea111ed7f3ea7b05594e.zip | |
tui reader: bookmarks (m=mark w/ note, b=list/jump/delete, per-verse via top-visible verse) + remember last place; v0.18.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 4293bd2..214602b 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.17.0" +const Version = "0.18.0" // validVersions are the five scripture versions lectio understands. var validVersions = map[string]bool{ |
