diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-14 13:26:32 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-14 13:26:32 +0200 |
| commit | 051b4b8c7859f64b3fad8c343924d7c353945ec2 (patch) | |
| tree | b6c3e8e56eb247728c084a76e1f7dabb7e9a3d75 /internal | |
| parent | 726cd708962d798fb09e4994a5bf7e7bbf0a6cc7 (diff) | |
| download | lectio-051b4b8c7859f64b3fad8c343924d7c353945ec2.tar.gz lectio-051b4b8c7859f64b3fad8c343924d7c353945ec2.zip | |
release: v0.46.0v0.46.0
Diffstat (limited to 'internal')
| -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 bb15182..1698c4e 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -60,7 +60,7 @@ const configHeader = `# lectio configuration (INI). Full-line comments only (# o // Version is lectio's release version, shared by every binary's // -v/--version output (lectio, lectio-ui, lectio-web). -const Version = "0.45.1" +const Version = "0.46.0" // SourceURL is where lectio's corresponding source can be obtained. It is // not decoration: lectio is AGPL-3.0-or-later, and section 13 requires a |
