Skip to content

Commit 0bffdac

Browse files
committed
Prepare for next development version.
1 parent f28d537 commit 0bffdac

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.4";
15+
return "5.4.5-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.4
3+
VERSION_NAME=5.4.5-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)