We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe8db4c commit b43e5e8Copy full SHA for b43e5e8
src/main/java/com/amazonaws/codedeploy/AWSClients.java
@@ -58,7 +58,7 @@ public class AWSClients {
58
* AWS-CodeDeploy-Jenkins-Plugin/<Version>
59
* This will be used as the SDK user agent suffix
60
**/
61
- private static final String USER_AGENT_SUFFIX = "AWS-CodeDeploy-Jenkins-Plugin/1.22";
+ private static final String USER_AGENT_SUFFIX = "AWS-CodeDeploy-Jenkins-Plugin/1.23";
62
63
public final AmazonCodeDeploy codedeploy;
64
public final AmazonS3 s3;
0 commit comments