Skip to content

Commit

Permalink
Version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronAtDuo committed Oct 12, 2021
1 parent f72d391 commit 6b64874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duouniversal/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const usernameError = "The username is invalid."
const parameterError = "Did not recieve expected parameters."
const duoCodeError = "Missing authorization code"
const httpUseError = "This client does not allow use of http, please use https"
const duoVersion = "1.0.2"
const duoVersion = "1.0.3"

var stateLengthError = fmt.Sprintf("State must be at least %d characters long and no longer than %d characters", minimumStateLength, maximumStateLength)
var generateStateLengthError = fmt.Sprintf("Length needs to be at least %d", minimumStateLength)
Expand Down

0 comments on commit 6b64874

Please sign in to comment.