diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-27 14:59:41 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-27 14:59:41 +0200 |
| commit | 0b33a068df10971eff8a369d14c3dcca5ae5ed98 (patch) | |
| tree | 623d8d9d602144f2343c30fa73b6f78adc082c8e /internal/config/config.go | |
| parent | cb3379f41c06a94085c77fe359709b46712850dc (diff) | |
| download | lectio-0b33a068df10971eff8a369d14c3dcca5ae5ed98.tar.gz lectio-0b33a068df10971eff8a369d14c3dcca5ae5ed98.zip | |
chore: bump to 0.30.0 (EF feast readings + books.ini multi-language)
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 8d2ddca..8d6f790 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.29.0" +const Version = "0.30.0" // validVersions are the five scripture versions lectio understands. var validVersions = map[string]bool{ |
