Skip to content

Commit

Permalink
Merge pull request #129 from square/mikek/43.0.0.20250123
Browse files Browse the repository at this point in the history
bump release version
  • Loading branch information
mikekono authored Jan 23, 2025
2 parents 91b256f + 1bded3b commit b0d3ab0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.squareup</groupId>
<artifactId>square</artifactId>
<version>42.1.0.20241218</version>
<version>43.0.0.20250123</version>
<packaging>jar</packaging>
<name>Square</name>
<description>Java client library for the Square API</description>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/squareup/square/SquareClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public final class SquareClient implements SquareClientInterface {

private static final CompatibilityFactory compatibilityFactory = new CompatibilityFactoryImpl();

private static String userAgent = "Square-Java-SDK/42.1.0.20241218 ({api-version}) {engine}/{engine-version} ({os-info}) {detail}";
private static String userAgent = "Square-Java-SDK/43.0.0.20250123 ({api-version}) {engine}/{engine-version} ({os-info}) {detail}";

/**
* Current API environment.
Expand Down Expand Up @@ -719,7 +719,7 @@ public String getAccessToken() {
* @return sdkVersion
*/
public String getSdkVersion() {
return "42.1.0.20241218";
return "43.0.0.20250123";
}

/**
Expand Down

0 comments on commit b0d3ab0

Please sign in to comment.