diff options
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/cli/cli.go | 1 | ||||
| -rw-r--r-- | internal/config/config.go | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/internal/cli/cli.go b/internal/cli/cli.go index 6d09591..51a5a4b 100644 --- a/internal/cli/cli.go +++ b/internal/cli/cli.go @@ -48,6 +48,7 @@ Flags: --list list all books + abbreviations (dialect from sigla_style) --citation print the day's gospel reference (scripts/cron) and exit --week list the coming week's gospel references and exit + -L, --liturgy print the computed liturgical day (offline, no network) and exit --rand, --rand-v print a random verse and exit (uses default_version or -b VER; bt has no corpus, so it falls back to a corpus version) --rand-ch print a random chapter and exit 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{ |
