Skip to content

Commit 840941f

Browse files
committed
chore: bump version to 1.7.3
1 parent 0fa61d4 commit 840941f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

master/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wolf-monitor-master",
3-
"version": "1.7.2",
3+
"version": "1.7.3",
44
"private": true,
55
"type": "module",
66
"packageManager": "pnpm@11.22.0",

node/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
// every self-update produced a binary still reporting 1.6.6, cascading into
2222
// a 1-install-per-second death loop on every node). Persistent cooldown in
2323
// pinger/updater.go now caps blast radius even if this happens again.
24-
var Version = "1.7.2"
24+
var Version = "1.7.3"
2525

2626
// Interval bounds. Floor prevents a busy-loop hammer on the master; ceiling
2727
// prevents a misconfigured node from going silent for hours.

0 commit comments

Comments
 (0)