Skip to content

Commit

Permalink
Prepare for next development version.
Browse files Browse the repository at this point in the history
  • Loading branch information
handstandsam committed Oct 17, 2022
1 parent f28d537 commit 0bffdac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ public class DbxSdkVersion
// https://github.com/dropbox/dropbox-sdk-java/issues/357
private static String loadVersion()
{
return "5.4.4";
return "5.4.5-SNAPSHOT";
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# POM
GROUP = com.dropbox.core
VERSION_NAME=5.4.4
VERSION_NAME=5.4.5-SNAPSHOT

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

0 comments on commit 0bffdac

Please sign in to comment.