diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-08 10:57:45 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-08 10:57:45 +0200 |
| commit | 81db39feafdc491658f8a10dc604be851a533ffc (patch) | |
| tree | 9f84bcaaaef120520ebfc9823f0807abaadcd858 /internal/version.go | |
| parent | 9c78a3666eddf3a6a3b82581e0353665aa3f6320 (diff) | |
feat: add peer failover alertingv1.4.0
Introduce peer URL monitoring with active/passive alert suppression, skip checks when passive, and bump version to v1.4.0.
Co-authored-by: Cursor <cursoragent@cursor.com>
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 283d9cb..9f7a641 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,3 +1,3 @@ package internal -const Version = "v1.3.0" +const Version = "v1.4.0" |
