Skip to content

Commit

Permalink
Version bump to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronAtDuo committed Jan 13, 2023
1 parent c69e138 commit 8734a47
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.1";
const USER_AGENT = "duo_universal_php/1.0.2";
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 8734a47

Please sign in to comment.