Skip to content

Commit

Permalink
CI-583. Update esl api version for SDK 11.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
john committed Feb 1, 2017
1 parent 2a8f29e commit 0b7bfe7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class RestClient {
public static final String CHARSET_UTF_8 = "UTF-8";
private static final int BUFFER_SIZE = 4096;

public static final String ESL_API_VERSION = "11.0.1";
public static final String ESL_API_VERSION = "11.0.5";
public static final String ESL_API_VERSION_HEADER = "esl-api-version=" + ESL_API_VERSION;

public static final String CONTENT_TYPE_APPLICATION_JSON = "application/json";
Expand Down

0 comments on commit 0b7bfe7

Please sign in to comment.