Skip to content

Commit b0d3ab0

Browse files
authored
Merge pull request #129 from square/mikek/43.0.0.20250123
bump release version
2 parents 91b256f + 1bded3b commit b0d3ab0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.squareup</groupId>
55
<artifactId>square</artifactId>
6-
<version>42.1.0.20241218</version>
6+
<version>43.0.0.20250123</version>
77
<packaging>jar</packaging>
88
<name>Square</name>
99
<description>Java client library for the Square API</description>

src/main/java/com/squareup/square/SquareClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public final class SquareClient implements SquareClientInterface {
157157

158158
private static final CompatibilityFactory compatibilityFactory = new CompatibilityFactoryImpl();
159159

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

162162
/**
163163
* Current API environment.
@@ -719,7 +719,7 @@ public String getAccessToken() {
719719
* @return sdkVersion
720720
*/
721721
public String getSdkVersion() {
722-
return "42.1.0.20241218";
722+
return "43.0.0.20250123";
723723
}
724724

725725
/**

0 commit comments

Comments
 (0)