Skip to content

Commit d757431

Browse files
committed
Fix agent version
1 parent b76dfb0 commit d757431

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agent.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ extern struct ScheduledJob* currentJob; /* Defined in schedule.c */
9898
/* 2.15.1.0 = Updated for v12 API modifications */
9999
/* 2.15.2.0 = Updated DTO for Warning to allow agent rotation */
100100
/* 2.16.0.0 = Updated TPM for default passkey */
101-
#define AGENT_VERSION 0x0002001000020000
101+
#define AGENT_VERSION 0x0002001000000000
102102

103103
#endif /* AGENT_H_ */

0 commit comments

Comments
 (0)