diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 16:50:45 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 16:50:45 +0200 |
| commit | 29e244c48222278c2f255ff2adf45e3af7c9f895 (patch) | |
| tree | afa11818de1d8115eee1777f7bfc70757f218ac7 /internal/config/config.go | |
| parent | 102bf0c522c94d36f8363c38711621fe5ad18555 (diff) | |
| download | lectio-29e244c48222278c2f255ff2adf45e3af7c9f895.tar.gz lectio-29e244c48222278c2f255ff2adf45e3af7c9f895.zip | |
export: internal/export (Markdown/Text/ReadingsPDF via pure-Go go-pdf/fpdf + embedded DejaVu Sans, covers pl/la/gr); cli --md/--pdf/--out; web /export + download links; v0.22.0
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 8847678..0ddbaa1 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -25,7 +25,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.21.0" +const Version = "0.22.0" // validVersions are the five scripture versions lectio understands. var validVersions = map[string]bool{ |
