We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f61e578 commit d6c2edfCopy full SHA for d6c2edf
src/main/java/net/accelbyte/sdk/core/SDKInfo.java
@@ -14,7 +14,7 @@ public class SDKInfo {
14
private static final SDKInfo instance = new SDKInfo();
15
16
private String sdkName = "AccelByteJavaSDK";
17
- private String sdkVersion = "0.21.0";
+ private String sdkVersion = "0.22.0";
18
19
private SDKInfo() {}
20
version.json
@@ -1,3 +1,3 @@
1
{
2
- "version": "0.21.0"
+ "version": "0.22.0"
3
}
0 commit comments