diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 13:07:37 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 13:07:37 +0200 |
| commit | a675a983424f1f8d103fc12d55ef4f7129a92d62 (patch) | |
| tree | b9483bf09f03cb9047a548289556c73a9343bbb0 /internal/config | |
| parent | 55a5c793d04b55892fcddfc753d8526bd5748f03 (diff) | |
| download | lectio-a675a983424f1f8d103fc12d55ef4f7129a92d62.tar.gz lectio-a675a983424f1f8d103fc12d55ef4f7129a92d62.zip | |
qol: tui jump-to-date (d) + lectio --citation/--week + hide bt for traditional web; v0.10.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 b17482b..59ab378 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.9.0" +const Version = "0.10.0" // validVersions are the five scripture versions lectio understands. var validVersions = map[string]bool{ |
