Skip to content

Commit ce47951

Browse files
committed
Increase user-agent version
1 parent 7b76606 commit ce47951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/box/sdk/BoxAPIRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ void setBackoffCounter(BackoffCounter counter) {
304304

305305
private BoxAPIResponse trySend(ProgressListener listener) {
306306
HttpURLConnection connection = this.createConnection();
307-
connection.setRequestProperty("User-Agent", "Box Java SDK v0.3");
307+
connection.setRequestProperty("User-Agent", "Box Java SDK v0.4");
308308

309309
if (this.bodyLength > 0) {
310310
connection.setFixedLengthStreamingMode(this.bodyLength);

0 commit comments

Comments
 (0)