diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 16:30:09 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 16:30:09 +0200 |
| commit | 3eb99c1dd63565fbc1f5bf5af7fc8e835aad182e (patch) | |
| tree | 582de9d901edf8c6efe541e69ee3075c6eedf714 /internal/config | |
| parent | 19e02a3290dc78de088f9a72fb9c16dbf6517ffc (diff) | |
| download | lectio-3eb99c1dd63565fbc1f5bf5af7fc8e835aad182e.tar.gz lectio-3eb99c1dd63565fbc1f5bf5af7fc8e835aad182e.zip | |
tui reader: bookmark note+tags as a prominent centered modal (tab switches fields), delete confirmation as a modal; v0.20.0
Diffstat (limited to 'internal/config')
| -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 4adf44e..d21cf5c 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.19.0" +const Version = "0.20.0" // validVersions are the five scripture versions lectio understands. var validVersions = map[string]bool{ |
