diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-27 12:59:22 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-27 12:59:22 +0200 |
| commit | 2c95641734efd88269a883616db832931b4f3452 (patch) | |
| tree | a1f2bf40d8a9f6327336ae556e37af4cb0737d1b /internal/config | |
| parent | 6d78c65c58820f79ec5a978a9476d29969da218f (diff) | |
| download | lectio-2c95641734efd88269a883616db832931b4f3452.tar.gz lectio-2c95641734efd88269a883616db832931b4f3452.zip | |
chore: bump to 0.26.0 (offline OF calendar engine); document -L/--liturgy
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 d514d33..78e364c 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -31,7 +31,7 @@ var seedINI []byte // Version is lectio's release version, shared by every binary's // -v/--version output (lectio, lectio-ui, lectio-web). -const Version = "0.25.0" +const Version = "0.26.0" // validVersions are the five scripture versions lectio understands. var validVersions = map[string]bool{ |
