Skip to content

Commit b43e5e8

Browse files
committed
Update AWS user agent suffix to be ready for up coming 1.23 release
1 parent fe8db4c commit b43e5e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/amazonaws/codedeploy/AWSClients.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public class AWSClients {
5858
* AWS-CodeDeploy-Jenkins-Plugin/<Version>
5959
* This will be used as the SDK user agent suffix
6060
**/
61-
private static final String USER_AGENT_SUFFIX = "AWS-CodeDeploy-Jenkins-Plugin/1.22";
61+
private static final String USER_AGENT_SUFFIX = "AWS-CodeDeploy-Jenkins-Plugin/1.23";
6262

6363
public final AmazonCodeDeploy codedeploy;
6464
public final AmazonS3 s3;

0 commit comments

Comments
 (0)