Skip to content

Commit 4bf2fc2

Browse files
committed
Prepare next development version
1 parent 71583c3 commit 4bf2fc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dropbox-sdk-java/src/main/java/com/dropbox/core/DbxSdkVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ public class DbxSdkVersion
1212
// https://github.com/dropbox/dropbox-sdk-java/issues/357
1313
private static String loadVersion()
1414
{
15-
return "5.4.2";
15+
return "5.4.3-SNAPSHOT";
1616
}
1717
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# POM
22
GROUP = com.dropbox.core
3-
VERSION_NAME=5.4.2
3+
VERSION_NAME=5.4.3-SNAPSHOT
44

55
POM_NAME = Dropbox SDK Java
66
POM_DESCRIPTION = A Java library to access Dropbox's HTTP-based Core API v2.

0 commit comments

Comments
 (0)