diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-27 15:30:14 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-27 15:30:14 +0200 |
| commit | de102e446a715883c74e6295ff223e37e397f5ed (patch) | |
| tree | a464b6c1734e740abc942b1113e7cbedec6b5286 /internal/config/config.go | |
| parent | bde4553d2ffba578bb9c7b46b6f66e5adcc8a4d9 (diff) | |
| download | lectio-de102e446a715883c74e6295ff223e37e397f5ed.tar.gz lectio-de102e446a715883c74e6295ff223e37e397f5ed.zip | |
chore: bump to 0.32.0 (EF ferial readings)
Diffstat (limited to 'internal/config/config.go')
| -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 ec0c8f7..e6362f5 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.31.0" +const Version = "0.32.0" // validVersions are the five scripture versions lectio understands. var validVersions = map[string]bool{ |
