Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jwfing committed May 30, 2019
1 parent 3601f60 commit 759608a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class PaasClient {
static final String DEFAULT_CONTENT_TYPE = "application/json";
public static final String DEFAULT_FAIL_STRING = "request failed!!!";

public static final String sdkVersion = "4.7.12";
public static final String sdkVersion = "4.7.13";

private static final String userAgent = "AVOS Cloud android-" + sdkVersion + " SDK";
private AVUser currentUser = null;
Expand Down

0 comments on commit 759608a

Please sign in to comment.