Skip to content

Commit

Permalink
Version bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronAtDuo committed Jul 6, 2022
1 parent 3795567 commit d7d9bd3
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.0";
const USER_AGENT = "duo_universal_php/1.0.1";
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 d7d9bd3

Please sign in to comment.