diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-17 10:42:22 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-17 10:42:22 +0200 |
| commit | b8099147a8e02d4b1eedb505db4f349ca5db91fb (patch) | |
| tree | b6fbeeff14d3f50d2b3cc9a8e8e295417f3547ad | |
| parent | 4b6a0c1d534505cfbfe6a569893ec795d175129d (diff) | |
| download | lectio-9854ddf58cd1f3d5096e77f68b171faa8c4f8340.tar.gz lectio-9854ddf58cd1f3d5096e77f68b171faa8c4f8340.zip | |
release: v0.46.1v0.46.1
| -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 1698c4e..e8c514f 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.46.0" +const Version = "0.46.1" // 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 |
