diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 14:23:55 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 14:23:55 +0200 |
| commit | a87f2fafbda90cc9eeb32ea856356c34e1d880b0 (patch) | |
| tree | 20d1a9ab2bca099e1fdf8afd6391321de1119b50 /internal/config | |
| parent | e54b24308e42addad396a13f9f53a60e5f6468d5 (diff) | |
| download | lectio-a87f2fafbda90cc9eeb32ea856356c34e1d880b0.tar.gz lectio-a87f2fafbda90cc9eeb32ea856356c34e1d880b0.zip | |
grb: strip SBLGNT apparatus markers (U+2E00–U+2E0D); render: show scripture ref in traditional headings; v0.12.0
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 4487ecb..9a6df04 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -24,7 +24,7 @@ var seedTOML []byte // Version is lectio's release version, shared by every binary's // -v/--version output (lectio, lectio-ui, lectio-web). -const Version = "0.11.1" +const Version = "0.12.0" // validVersions are the five scripture versions lectio understands. var validVersions = map[string]bool{ |
