diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-14 22:12:29 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-14 22:12:29 +0300 |
| commit | c070d447d6bdc6d9e002e6f3ea5aafe9e5d7fc38 (patch) | |
| tree | c9fa288a885694a5bdff2823e935aa1798799cb9 /internal/version | |
| parent | f90a9e0063dbe4ca06c193aec7e7469a32e0b422 (diff) | |
Release 0.4.1: drop HTML report header links; document Docker deploy in AGENTS.
Remove Dashboard/foo.zone/Report API nav from HTML output; keep foo.zone CSS and layout. Refresh HTML fixtures.
Made-with: Cursor
Diffstat (limited to 'internal/version')
| -rw-r--r-- | internal/version/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version/version.go b/internal/version/version.go index 371f9d1..8102711 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -1,4 +1,4 @@ package version // Tag is the application release version. -const Tag = "0.4.0" +const Tag = "0.4.1" |
