Skip to content

Commit

Permalink
bump lib version in rest api helper
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-mukhin committed Mar 30, 2016
1 parent a120ec5 commit e2fd0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/uploadcare/api/RequestHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class RequestHelper {

private final Client client;

public static final String LIBRARY_VERSION = "3.0";
public static final String LIBRARY_VERSION = "3.1";

public static final String DATE_FORMAT = "EEE, dd MMM yyyy HH:mm:ss Z";

Expand Down

0 comments on commit e2fd0b6

Please sign in to comment.