diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-27 21:44:17 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-27 21:44:17 +0200 |
| commit | e661227e10d2b6de4ab659fd9586d0a1479650dc (patch) | |
| tree | fcf842a548dfe940746f4c85a8d796207d6fb2ec /internal/config/config.go | |
| parent | b423759bf017d8fa1e45e5d1ce978f1b8d0a6a9f (diff) | |
| download | lectio-e661227e10d2b6de4ab659fd9586d0a1479650dc.tar.gz lectio-e661227e10d2b6de4ab659fd9586d0a1479650dc.zip | |
chore: bump to 0.35.0 + README for calendar API (JSON/iCal)
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 5dff005..ec50e0c 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.34.0" +const Version = "0.35.0" // validVersions are the five scripture versions lectio understands. var validVersions = map[string]bool{ |
