2.5.0 Release Prep: Add quotations to RetrievalConfig KCLversion and remove CHANGELOG whitespace
This commit is contained in:
parent
8b3f957db4
commit
a35c3a1599
2 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,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_VERSION = 2.5.0;
|
||||
public static final String KINESIS_CLIENT_LIB_USER_AGENT_VERSION = "2.5.0";
|
||||
|
||||
/**
|
||||
* Client used to make calls to Kinesis for records retrieval
|
||||
|
|
|
|||
Loading…
Reference in a new issue