diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 14:31:48 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 14:31:48 +0200 |
| commit | c769f80475e99b1f810fbb6c29eade3cc43a3786 (patch) | |
| tree | 3d1b4fe2a540b6ccbb11256ad26305b15a3c074e /internal/config/config.go | |
| parent | a87f2fafbda90cc9eeb32ea856356c34e1d880b0 (diff) | |
| download | lectio-c769f80475e99b1f810fbb6c29eade3cc43a3786.tar.gz lectio-c769f80475e99b1f810fbb6c29eade3cc43a3786.zip | |
web: empty pane when no version selected (hidden vset marker); config default checked on fresh load; v0.13.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 9a6df04..493b4f5 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.12.0" +const Version = "0.13.0" // validVersions are the five scripture versions lectio understands. var validVersions = map[string]bool{ |
