Update the KINESIS_CLIENT_LIB_USER_AGENT_VERSION

This commit is contained in:
Chunxue Yang 2019-10-23 15:48:37 -07:00
parent 75c4ee8b38
commit a81b9e9591

View file

@ -34,7 +34,7 @@ public class RetrievalConfig {
*/ */
public static final String KINESIS_CLIENT_LIB_USER_AGENT = "amazon-kinesis-client-library-java"; public static final String KINESIS_CLIENT_LIB_USER_AGENT = "amazon-kinesis-client-library-java";
public static final String KINESIS_CLIENT_LIB_USER_AGENT_VERSION = "2.2.4"; public static final String KINESIS_CLIENT_LIB_USER_AGENT_VERSION = "2.2.5";
/** /**
* Client used to make calls to Kinesis for records retrieval * Client used to make calls to Kinesis for records retrieval