diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-27 14:12:46 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-27 14:12:46 +0200 |
| commit | aa77877d70e7ba5e2c19d970a555940c083e5de8 (patch) | |
| tree | 6a001382cc65d675c8bd2a73857a2c410eb11088 /internal/config/config.go | |
| parent | e01cfff5ddddd9cefdb19536e31257cdae5821f6 (diff) | |
| download | lectio-aa77877d70e7ba5e2c19d970a555940c083e5de8.tar.gz lectio-aa77877d70e7ba5e2c19d970a555940c083e5de8.zip | |
chore: bump to 0.28.0 (EF 1962 computed calendar)
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 9fa0412..8fcd17d 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.27.0" +const Version = "0.28.0" // validVersions are the five scripture versions lectio understands. var validVersions = map[string]bool{ |
