Skip to content

Commit

Permalink
Merge pull request #17 from duosecurity/AaronAtDuo-version_1_1_0
Browse files Browse the repository at this point in the history
Version bump to 1.1.0
  • Loading branch information
AaronAtDuo authored Mar 5, 2025
2 parents 9cce032 + e7fd69f commit a2852c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Client
const JWT_LEEWAY = 60;
const SUCCESS_STATUS_CODE = 200;

const USER_AGENT = "duo_universal_php/1.0.2";
const USER_AGENT = "duo_universal_php/1.1.0";
const SIG_ALGORITHM = "HS512";
const GRANT_TYPE = "authorization_code";
const CLIENT_ASSERTION_TYPE = "urn:ietf:params:oauth:client-assertion-type:jwt-bearer";
Expand Down

0 comments on commit a2852c4

Please sign in to comment.