aboutsummaryrefslogtreecommitdiff
path: root/internal/config/config.go
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-07-24 16:39:35 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-07-24 16:39:35 +0200
commit102bf0c522c94d36f8363c38711621fe5ad18555 (patch)
treec5be424abf0b2a2316e318502ff698f6029228a5 /internal/config/config.go
parent3eb99c1dd63565fbc1f5bf5af7fc8e835aad182e (diff)
downloadlectio-102bf0c522c94d36f8363c38711621fe5ad18555.tar.gz
lectio-102bf0c522c94d36f8363c38711621fe5ad18555.zip
bookmarks: store as universal TSV (header row) with one-time JSON migration; tui note box wraps long notes with hanging indent + hard-break; v0.21.0
Diffstat (limited to 'internal/config/config.go')
-rw-r--r--internal/config/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/config/config.go b/internal/config/config.go
index d21cf5c..8847678 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.20.0"
+const Version = "0.21.0"
// validVersions are the five scripture versions lectio understands.
var validVersions = map[string]bool{