diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 09:15:40 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 09:15:40 +0200 |
| commit | b93de95dd24ff2a1d3126e6d7d00cd77530a03bf (patch) | |
| tree | 483a0901a20274152ba3f03f272f8098be4f49c0 /internal/config/config.go | |
| parent | c1b954ad517cef00bf480d5229b253a8c6524be7 (diff) | |
| download | lectio-b93de95dd24ff2a1d3126e6d7d00cd77530a03bf.tar.gz lectio-b93de95dd24ff2a1d3126e6d7d00cd77530a03bf.zip | |
tradlit: offline caching + read; update pre-caches traditional; --clean prunes it; v0.2.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 7cef184..74588aa 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.1.0" +const Version = "0.2.0" // validVersions are the five scripture versions lectio understands. var validVersions = map[string]bool{ |
