Skip to content

Commit

Permalink
2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinburke committed Apr 29, 2020
1 parent b3f4200 commit 0d2892b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Expand Up @@ -21,7 +21,7 @@ var JSON UploadType = "application/json"
// FormURLEncoded specifies you'd like to upload form-urlencoded data.
var FormURLEncoded UploadType = "application/x-www-form-urlencoded"

const Version = "2.1"
const Version = "2.2"

var ua string

Expand Down

0 comments on commit 0d2892b

Please sign in to comment.