diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-27 13:12:32 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-27 13:12:32 +0200 |
| commit | f96c7fcd319d7fe94a4dd8debe5d4d56a77ab2c9 (patch) | |
| tree | 516e762beb63944d350b014521c4fbda211efbe2 | |
| parent | 93f7d1fe99c6590c3d9fb48326aef9a294ca31da (diff) | |
| download | lectio-f96c7fcd319d7fe94a4dd8debe5d4d56a77ab2c9.tar.gz lectio-f96c7fcd319d7fe94a4dd8debe5d4d56a77ab2c9.zip | |
chore: bump to 0.26.1 (self-documenting config.ini)
| -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 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{ |
