diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-27 15:22:27 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-27 15:22:27 +0200 |
| commit | a5424d8a21cbc88f710efbad96785d4c496f6291 (patch) | |
| tree | ade25904740d6d73a793c6c6dbb0dde231c12b0b /internal/config | |
| parent | 88ade3a7b7e15e6742d367bdc4b95b1293b92429 (diff) | |
| download | lectio-a5424d8a21cbc88f710efbad96785d4c496f6291.tar.gz lectio-a5424d8a21cbc88f710efbad96785d4c496f6291.zip | |
chore: bump to 0.31.0 (EF temporal Sunday lectionary + cross-chapter citations)
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 8d6f790..ec0c8f7 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.30.0" +const Version = "0.31.0" // validVersions are the five scripture versions lectio understands. var validVersions = map[string]bool{ |
