Skip to content

Commit c85f20b

Browse files
chore(release): 4.1.0-beta.1 [skip ci]
# [4.1.0-beta.1](v4.0.0...v4.1.0-beta.1) (2025-07-09) ### Features * initial beta sdk release for Zitadel v4.0.0-rc.1 ([b1b0c6c](b1b0c6c))
1 parent b1b0c6c commit c85f20b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zitadel/client",
3-
"version": "1.10.0",
3+
"version": "4.1.0-beta.1",
44
"description": "Official Zitadel SDK for PHP. Authenticate and access Zitadel's authentication and management APIs in PHP.",
55
"keywords": [
66
"api",
@@ -73,4 +73,4 @@
7373
},
7474
"process-timeout": 600
7575
}
76-
}
76+
}

composer.lock

Lines changed: 2 additions & 2 deletions
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 = '1.10.0';
7+
public const VERSION = '4.1.0-beta.1';
88
}

0 commit comments

Comments
 (0)