diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 15:16:47 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 15:16:47 +0200 |
| commit | 1e4939874a14d8abb13e82b2273bfc5f9d653295 (patch) | |
| tree | 9c9eecb37fad3dc78d5bd8f58bc405d6f9cbd672 /internal/config/config.go | |
| parent | e6665bd3f9ae011f65788004e4eab4472a461e8f (diff) | |
| download | lectio-1e4939874a14d8abb13e82b2273bfc5f9d653295.tar.gz lectio-1e4939874a14d8abb13e82b2273bfc5f9d653295.zip | |
bookmarks: web reader bookmarks with notes + tags (add/list/filter/jump/delete); v0.15.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 a4d2c3e..0648b66 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.14.0" +const Version = "0.15.0" // validVersions are the five scripture versions lectio understands. var validVersions = map[string]bool{ |
