diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 10:47:48 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 10:47:48 +0200 |
| commit | e50b003d84b091b60c8028468edc633f04e39731 (patch) | |
| tree | f68b4efc14b133bacd571550d86869aa450cf97d /internal/config/config.go | |
| parent | c9f3bf46f0de09edb796e35f3dcff349febf75c9 (diff) | |
| download | lectio-e50b003d84b091b60c8028468edc633f04e39731.tar.gz lectio-e50b003d84b091b60c8028468edc633f04e39731.zip | |
bible-lookup: add --ref passage lookup + --list-pl/--list-en book lists; v0.6.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 69d7d2b..616af97 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.5.0" +const Version = "0.6.0" // validVersions are the five scripture versions lectio understands. var validVersions = map[string]bool{ |
