Skip to content

Commit 363c3a0

Browse files
authored
Merge pull request #344 from vimeo/fix-user-agent
update the user-agent in the latest version
2 parents b53c9f8 + 6ac9332 commit 363c3a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Vimeo/Vimeo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Vimeo
3535
const CLIENT_CREDENTIALS_TOKEN_ENDPOINT = '/oauth/authorize/client';
3636
const VERSIONS_ENDPOINT = '/versions';
3737
const VERSION_STRING = 'application/vnd.vimeo.*+json; version=3.4';
38-
const USER_AGENT = 'vimeo.php 3.0.8; (http://developer.vimeo.com/api/docs)';
38+
const USER_AGENT = 'vimeo.php 4.0.1; (http://developer.vimeo.com/api/docs)';
3939
const MAX_BACKOFF = 8;
4040

4141
/** @var array */

0 commit comments

Comments
 (0)