Skip to content

Commit fd7980f

Browse files
chore(release): 4.1.0-beta.7 [skip ci]
# [4.1.0-beta.7](v4.1.0-beta.6...v4.1.0-beta.7) (2025-09-16) ### Features * **sdk:** generate SDK for version v4.1.3 ([#101](#101)) ([c0425ff](c0425ff))
1 parent c0425ff commit fd7980f

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.6</version>
8+
<version>4.1.0-beta.7</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.6";
4+
public static final String VERSION = "4.1.0-beta.7";
55
}

0 commit comments

Comments
 (0)