diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-27 20:45:35 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-27 20:45:35 +0200 |
| commit | 706800b6635dd2327ccc91107795d1d6a663d27e (patch) | |
| tree | 73bb03f41e454024db2edfc3512d0df52a471d09 /internal/config | |
| parent | ee5f1e21f306d93b82d657917c92cc379c1df285 (diff) | |
| download | lectio-706800b6635dd2327ccc91107795d1d6a663d27e.tar.gz lectio-706800b6635dd2327ccc91107795d1d6a663d27e.zip | |
chore: bump version to 0.34.0 (national bibles)
Diffstat (limited to 'internal/config')
| -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 91fd8c3..5dff005 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.33.0" +const Version = "0.34.0" // validVersions are the five scripture versions lectio understands. var validVersions = map[string]bool{ |
