Skip to content

Commit 8d1a5b8

Browse files
committed
Upgrade user agent version to 1.4
1 parent 6711572 commit 8d1a5b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/github/mobile/DefaultClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*/
3030
public class DefaultClient extends GitHubClient {
3131

32-
private static final String USER_AGENT = "GitHubAndroid/1.3";
32+
private static final String USER_AGENT = "GitHubAndroid/1.4";
3333

3434
static {
3535
// Disable http.keepAlive on Froyo and below

0 commit comments

Comments
 (0)