Skip to content

Commit 377b4e8

Browse files
committed
release: Upgrade SDK to v1.0.20230627
1 parent fc2f91a commit 377b4e8

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/speakeasy_sdk_publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Publish
33
push:
44
branches:
55
- main
6-
- beta
76
# paths:
87
# - RELEASES.md
98
jobs:

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ generation:
44
singleTagPerOp: true
55
telemetryEnabled: false
66
php:
7-
version: v1.0.20230623-beta.1
7+
version: v1.0.20230627
88
maxMethodParams: 0
99
namespace: formance\stack
1010
packageName: formance-sdk-php

src/SDKConfiguration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ class SDKConfiguration
2525
];
2626
public string $language = 'php';
2727
public string $openapiDocVersion = 'v1.0.20230623';
28-
public string $sdkVersion = 'v1.0.20230623-beta.1';
29-
public string $genVersion = '2.50.2';
28+
public string $sdkVersion = 'v1.0.20230627';
29+
public string $genVersion = '2.58.0';
3030

3131
public function getServerUrl(): string
3232
{

0 commit comments

Comments
 (0)