Skip to content

Commit 99d83a7

Browse files
chore: bump agent proto CurrentMinor
1 parent fa9d6ba commit 99d83a7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tailnet/proto/version.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,12 @@ import (
4545
// PushResourcesMonitoringUsage RPCs on the Agent API.
4646
// - Added support for reporting connection events for auditing via the
4747
// ReportConnection RPC on the Agent API.
48+
//
49+
// API v2.5:
50+
// - Added `ParentId` to the agent manifest.
4851
const (
4952
CurrentMajor = 2
50-
CurrentMinor = 4
53+
CurrentMinor = 5
5154
)
5255

5356
var CurrentVersion = apiversion.New(CurrentMajor, CurrentMinor)

0 commit comments

Comments
 (0)