Files
netbird/shared/management
mlsmaycon b7c2a16f60 Match main's protoc version header in generated management.pb.go
The main-sync regenerated management.pb.go with the local protoc (v3.21.12)
while main's file carries protoc v7.34.1, tripping check-proto-versions (it
diffs the generated-file version header against base). protoc-gen-go v1.26.0
already matches and the proto3 descriptor is identical across protoc versions,
so normalize the provenance comment to v7.34.1 to match base.
2026-08-27 08:39:45 +00:00
..