Skip to content

Commit ef954a4

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-10-03) ### Features * **sdk:** generate SDK for version v4.3.0 ([#54](#54)) ([4e281f1](4e281f1))
1 parent 4e281f1 commit ef954a4

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.6",
3+
"version": "4.1.0-beta.7",
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.6';
7+
public const VERSION = '4.1.0-beta.7';
88
}

0 commit comments

Comments
 (0)