Skip to content

Commit 0cf9780

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-08-11) ### Features * **sdk:** generate SDK for version v4.0.0 ([#47](#47)) ([a32cab3](a32cab3))
1 parent a32cab3 commit 0cf9780

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zitadel/client",
3-
"version": "4.1.0-beta.3",
3+
"version": "4.1.0-beta.4",
44
"description": "Official Zitadel SDK for PHP. Authenticate and access Zitadel's authentication and management APIs in PHP.",
55
"keywords": [
66
"api",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
class Version
66
{
7-
public const VERSION = '4.1.0-beta.3';
7+
public const VERSION = '4.1.0-beta.4';
88
}

0 commit comments

Comments
 (0)