Skip to content

Commit ac4292a

Browse files
committed
chore: bump to version 0.23.2 for ab cloud 3.35 hotfix
1 parent 88978e4 commit ac4292a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/net/accelbyte/sdk/core/SDKInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class SDKInfo {
1414
private static final SDKInfo instance = new SDKInfo();
1515

1616
private String sdkName = "AccelByteJavaSDK";
17-
private String sdkVersion = "0.23.1";
17+
private String sdkVersion = "0.23.2";
1818

1919
private SDKInfo() {}
2020

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "0.23.1"
2+
"version": "0.23.2"
33
}

0 commit comments

Comments
 (0)