Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.egit.github.core/src/org/eclipse/egit/github/core/client/GitHubClient.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.egit.github.core/src/org/eclipse/egit/github/core/client/GitHubClient.java b/org.eclipse.egit.github.core/src/org/eclipse/egit/github/core/client/GitHubClient.java
index 3aea990e..89483ce7 100644
--- a/org.eclipse.egit.github.core/src/org/eclipse/egit/github/core/client/GitHubClient.java
+++ b/org.eclipse.egit.github.core/src/org/eclipse/egit/github/core/client/GitHubClient.java
@@ -117,7 +117,7 @@ public class GitHubClient {
/**
* Default user agent request header value
*/
- protected static final String USER_AGENT = "GitHubJava/1.3.0"; //$NON-NLS-1$
+ protected static final String USER_AGENT = "GitHubJava/2.0.0"; //$NON-NLS-1$
/**
* 422 status code for unprocessable entity

Back to the top