diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 14:38:12 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 14:38:12 +0200 |
| commit | 35f98e0a8a0573d51a4412ec7f60c7de068acfe6 (patch) | |
| tree | 52bafbc1b3f8dc4c20dd5db536849a4f66daeda5 /internal/config/config.go | |
| parent | c769f80475e99b1f810fbb6c29eade3cc43a3786 (diff) | |
| download | lectio-35f98e0a8a0573d51a4412ec7f60c7de068acfe6.tar.gz lectio-35f98e0a8a0573d51a4412ec7f60c7de068acfe6.zip | |
web: drop phantom hidden bt for traditional on explicit submit, so 'no version -> nothing' works in trad too; v0.13.1
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 493b4f5..3428ae8 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.13.0" +const Version = "0.13.1" // validVersions are the five scripture versions lectio understands. var validVersions = map[string]bool{ |
