Skip to content

Commit 4577cd5

Browse files
author
Matt Willer
committed
v2.11.0
1 parent 8c83e1d commit 4577cd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sourceCompatibility = 1.6
99

1010
group = 'com.box'
1111
archivesBaseName = 'box-java-sdk'
12-
version = '2.10.0'
12+
version = '2.11.0'
1313

1414
repositories {
1515
mavenCentral()

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public BoxAPIConnection(String clientID, String clientSecret, String accessToken
8888
this.autoRefresh = true;
8989
this.maxRequestAttempts = DEFAULT_MAX_ATTEMPTS;
9090
this.refreshLock = new ReentrantReadWriteLock();
91-
this.userAgent = "Box Java SDK v2.10.0";
91+
this.userAgent = "Box Java SDK v2.11.0";
9292
this.listeners = new ArrayList<BoxAPIConnectionListener>();
9393
}
9494

0 commit comments

Comments
 (0)