diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-16 21:34:59 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-16 21:34:59 +0200 |
| commit | e0b58e617a17ec60570d67e11c5ffb6b6173f973 (patch) | |
| tree | f6a4e22af13cc0a03b0af326ffae2cc3341eeede /internal/version.go | |
| parent | 81db39feafdc491658f8a10dc604be851a533ffc (diff) | |
fix: show OK checks regardless of stalenessv1.4.1
The staleness filter was incorrectly hiding stale OK checks from the
HTML report and email notifications. OK checks should always be shown
since stale OK alerts are not concerning.
Diffstat (limited to 'internal/version.go')
| -rw-r--r-- | internal/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go index 9f7a641..4ac76b1 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,3 +1,3 @@ package internal -const Version = "v1.4.0" +const Version = "v1.4.1" |
