diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-28 11:05:54 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-28 11:05:54 +0200 |
| commit | 626f2275438a37e5cd2efb5964281b9bef5ce8cc (patch) | |
| tree | c1349fac2ad6660ab81173cafbf285c643679613 /internal/config | |
| parent | efeadd49b9d78e29778647835bd2a454ddce73a5 (diff) | |
| download | lectio-626f2275438a37e5cd2efb5964281b9bef5ce8cc.tar.gz lectio-626f2275438a37e5cd2efb5964281b9bef5ce8cc.zip | |
chore: bump to 0.44.0 (outstanding OF refinements batch)
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 9ec37fe..a9e00d1 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.43.0" +const Version = "0.44.0" // validVersions are the five scripture versions lectio understands. var validVersions = map[string]bool{ |
