diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 12:48:05 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 12:48:05 +0200 |
| commit | 55a5c793d04b55892fcddfc753d8526bd5748f03 (patch) | |
| tree | b045946a62a0b849b5c77a4100294d935ab741dd /internal/config | |
| parent | ed34fd574b4fc2e0a52c655ececddd1be29b271e (diff) | |
| download | lectio-55a5c793d04b55892fcddfc753d8526bd5748f03.tar.gz lectio-55a5c793d04b55892fcddfc753d8526bd5748f03.zip | |
web reader: /reader book picker + chapter nav + version compare, reusing pane templates; v0.9.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 9a41adc..b17482b 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.8.0" +const Version = "0.9.0" // validVersions are the five scripture versions lectio understands. var validVersions = map[string]bool{ |
