diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-28 01:07:23 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-28 01:07:23 +0200 |
| commit | c33158ed31d46e9bed76f01223f6718da3b4da21 (patch) | |
| tree | 44611f0ebf946b01f54288093fe4d712747c7e20 /internal | |
| parent | b12d59b094246163a75f4a4f5ce7f9fb487614bf (diff) | |
| download | lectio-c33158ed31d46e9bed76f01223f6718da3b4da21.tar.gz lectio-c33158ed31d46e9bed76f01223f6718da3b4da21.zip | |
chore: bump to 0.37.0 + NOTICE credit for OF sanctoral (calapi)
Diffstat (limited to 'internal')
| -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 b29c16c..aadf160 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.36.0" +const Version = "0.37.0" // validVersions are the five scripture versions lectio understands. var validVersions = map[string]bool{ |
