Skip to content

Commit b91dcae

Browse files
chore(release): 4.1.0-beta.9 [skip ci]
# [4.1.0-beta.9](v4.1.0-beta.8...v4.1.0-beta.9) (2025-10-03) ### Features * **sdk:** generate SDK for version v4.3.0 ([#105](#105)) ([37c5ec6](37c5ec6))
1 parent 37c5ec6 commit b91dcae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>client</artifactId>
66
<packaging>jar</packaging>
77
<name>Official Zitadel SDK for Java</name>
8-
<version>4.1.0-beta.8</version>
8+
<version>4.1.0-beta.9</version>
99
<inceptionYear>2025</inceptionYear>
1010
<url>https://github.com/zitadel/client-java</url>
1111
<description>Official Zitadel SDK for Java. Authenticate and access Zitadel's authentication and management APIs in
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package com.zitadel;
22

33
class Version {
4-
public static final String VERSION = "4.1.0-beta.8";
4+
public static final String VERSION = "4.1.0-beta.9";
55
}

0 commit comments

Comments
 (0)