Skip to content

Commit ac8650e

Browse files
chore(release): 4.1.0-beta.2 [skip ci]
# [4.1.0-beta.2](v4.1.0-beta.1...v4.1.0-beta.2) (2025-07-10) ### Bug Fixes * add getter methods for API services to improve testability ([#82](#82)) ([385234a](385234a))
1 parent 385234a commit ac8650e

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

0 commit comments

Comments
 (0)