diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-27 23:57:49 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-27 23:57:49 +0200 |
| commit | 6c320f88cc5659233001894614e39265ca4e6363 (patch) | |
| tree | 236f17ad1f61d330fdddac5e7fc72dbba74e3d49 /internal/config/config.go | |
| parent | d8a616ac7364d2a76e066ea875a18d386c557eb8 (diff) | |
| download | lectio-6c320f88cc5659233001894614e39265ca4e6363.tar.gz lectio-6c320f88cc5659233001894614e39265ca4e6363.zip | |
chore: bump to 0.36.0 + NOTICE credit for OF/EF lectionary citation sources
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 ec50e0c..b29c16c 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.35.0" +const Version = "0.36.0" // validVersions are the five scripture versions lectio understands. var validVersions = map[string]bool{ |
