diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-27 14:31:35 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-27 14:31:35 +0200 |
| commit | 8ce330332289882eb5d4b3b60f0f3bbbcaced259 (patch) | |
| tree | 6aa2f388888a6f32056c577151604f43af24763a /internal/config | |
| parent | 3aa90a9b8d7623a70e2d3a505bea080ba37c1d67 (diff) | |
| download | lectio-8ce330332289882eb5d4b3b60f0f3bbbcaced259.tar.gz lectio-8ce330332289882eb5d4b3b60f0f3bbbcaced259.zip | |
chore: bump to 0.29.0 (deuterocanon in vul + drb)
Diffstat (limited to 'internal/config')
| -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 8fcd17d..54185d1 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -60,7 +60,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.28.0" +const Version = "0.29.0" // validVersions are the five scripture versions lectio understands. var validVersions = map[string]bool{ |
