Skip to content

Commit

Permalink
fix: use cached agent version string
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-tra committed Dec 17, 2024
1 parent ea93fd5 commit acba720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queen.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ func (q *Queen) consumeAntsEvents(ctx context.Context) {
AntID: evt.Self,
RemoteID: evt.Remote,
RequestType: evt.Type,
AgentVersion: evt.AgentVersion,
AgentVersion: avi.full,
AgentVersionType: avi.typ,
AgentVersionSemVer: avi.Semver(),
Protocols: protocolStrs,
Expand Down

0 comments on commit acba720

Please sign in to comment.