Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Feb 24, 2023
1 parent dbc5300 commit d6e8c7d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,12 @@ Based on:
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
- Speakeasy CLI 1.5.2 https://github.com/speakeasy-api/speakeasy
### Releases
- [Composer v0.3.2] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.3.2 - .
- [Composer v0.3.2] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.3.2 - .

## 2023-02-24 14:05:48
### Changes
Based on:
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
- Speakeasy CLI 1.5.2 https://github.com/speakeasy-api/speakeasy
### Releases
- [Composer v0.3.3] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.3.3 - .
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ generation:
telemetryEnabled: true
sdkClassName: SDK
php:
version: 0.3.2
version: 0.3.3
namespace: Speakeasy\SpeakeasyClientSDK
packageName: speakeasy-api/speakeasy-client-sdk-php
2 changes: 1 addition & 1 deletion src/SDK.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class SDK
private ?Models\Shared\Security $_security;
private string $_serverUrl;
private string $_language = "php";
private string $_sdkVersion = "0.3.2";
private string $_sdkVersion = "0.3.3";
private string $_genVersion = "1.5.2";

public static function builder(): SDKBuilder
Expand Down

0 comments on commit d6e8c7d

Please sign in to comment.