summaryrefslogtreecommitdiff
path: root/internal/config
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-07-28 11:05:54 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-07-28 11:05:54 +0200
commit626f2275438a37e5cd2efb5964281b9bef5ce8cc (patch)
treec1349fac2ad6660ab81173cafbf285c643679613 /internal/config
parentefeadd49b9d78e29778647835bd2a454ddce73a5 (diff)
downloadlectio-626f2275438a37e5cd2efb5964281b9bef5ce8cc.tar.gz
lectio-626f2275438a37e5cd2efb5964281b9bef5ce8cc.zip
chore: bump to 0.44.0 (outstanding OF refinements batch)
Diffstat (limited to 'internal/config')
-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 9ec37fe..a9e00d1 100644
--- a/internal/config/config.go
+++ b/internal/config/config.go
@@ -63,7 +63,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.43.0"
+const Version = "0.44.0"
// validVersions are the five scripture versions lectio understands.
var validVersions = map[string]bool{