Skip to content

Commit da3332d

Browse files
author
Harish Gokavarapu
committed
Release 2.5.0
1 parent 5d26830 commit da3332d

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.4.0'
12+
version = '2.5.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
@@ -85,7 +85,7 @@ public BoxAPIConnection(String clientID, String clientSecret, String accessToken
8585
this.autoRefresh = true;
8686
this.maxRequestAttempts = DEFAULT_MAX_ATTEMPTS;
8787
this.refreshLock = new ReentrantReadWriteLock();
88-
this.userAgent = "Box Java SDK v2.4.0";
88+
this.userAgent = "Box Java SDK v2.5.0";
8989
this.listeners = new ArrayList<BoxAPIConnectionListener>();
9090
}
9191

0 commit comments

Comments
 (0)