Skip to content

Commit 33ae9b3

Browse files
authored
Prepare next development version (#475)
1 parent 6e3f875 commit 33ae9b3

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