We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe8db4c + b43e5e8 commit 62d1267Copy full SHA for 62d1267
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