diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 13:35:24 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 13:35:24 +0200 |
| commit | 22bfec8fc13a20a8d95a4609b4a02bb48acede5a (patch) | |
| tree | 6416eb2345df1885863063e931e72222fdd622bc /internal/config | |
| parent | 4c23ae5107690a77a4253eaecbb7dfa822bdffc3 (diff) | |
| download | lectio-22bfec8fc13a20a8d95a4609b4a02bb48acede5a.tar.gz lectio-22bfec8fc13a20a8d95a4609b4a02bb48acede5a.zip | |
citation: render --citation/--week gospel ref in the configured sigla dialect (bible.FormatRef); v0.11.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 59ab378..3c5e60d 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.10.0" +const Version = "0.11.0" // validVersions are the five scripture versions lectio understands. var validVersions = map[string]bool{ |
