Skip to content

Commit 1b3c154

Browse files
chore(release): 4.1.0-beta.4 [skip ci]
# [4.1.0-beta.4](v4.1.0-beta.3...v4.1.0-beta.4) (2025-07-23) ### Bug Fixes * **build:** fix the name of the docker-related dependabot updates [skip ci] ([303fb78](303fb78)) * **build:** trigger pipeline only on all branches for push [skip ci] ([d046b01](d046b01)) ### Features * **build:** added a workflow to find unused dependencies ([#85](#85)) ([571b04a](571b04a))
1 parent 571b04a commit 1b3c154

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

0 commit comments

Comments
 (0)