aboutsummaryrefslogtreecommitdiff
path: root/internal/config/config.go
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-07-27 13:12:32 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-07-27 13:12:32 +0200
commitf96c7fcd319d7fe94a4dd8debe5d4d56a77ab2c9 (patch)
tree516e762beb63944d350b014521c4fbda211efbe2 /internal/config/config.go
parent93f7d1fe99c6590c3d9fb48326aef9a294ca31da (diff)
downloadlectio-f96c7fcd319d7fe94a4dd8debe5d4d56a77ab2c9.tar.gz
lectio-f96c7fcd319d7fe94a4dd8debe5d4d56a77ab2c9.zip
chore: bump to 0.26.1 (self-documenting config.ini)
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 913962b..bf46224 100644
--- a/internal/config/config.go
+++ b/internal/config/config.go
@@ -58,7 +58,7 @@ const configHeader = `# lectio configuration (INI). Full-line comments only (# o
// Version is lectio's release version, shared by every binary's
// -v/--version output (lectio, lectio-ui, lectio-web).
-const Version = "0.26.0"
+const Version = "0.26.1"
// validVersions are the five scripture versions lectio understands.
var validVersions = map[string]bool{