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 385234a commit ac8650eCopy full SHA for ac8650e
pom.xml
@@ -5,7 +5,7 @@
5
<artifactId>client</artifactId>
6
<packaging>jar</packaging>
7
<name>Official Zitadel SDK for Java</name>
8
- <version>4.1.0-beta.1</version>
+ <version>4.1.0-beta.2</version>
9
<inceptionYear>2025</inceptionYear>
10
<url>https://github.com/zitadel/client-java</url>
11
<description>Official Zitadel SDK for Java. Authenticate and access Zitadel's authentication and management APIs in
src/main/java/com/zitadel/Version.java
@@ -1,5 +1,5 @@
1
package com.zitadel;
2
3
class Version {
4
- public static final String VERSION = "4.1.0-beta.1";
+ public static final String VERSION = "4.1.0-beta.2-beta.1";
}
0 commit comments