Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Feb 10, 2023
1 parent 64d67da commit 400c5cb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
9 changes: 9 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@


## Version 0.1.0
### Changes
Based on:
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
- Speakeasy CLI 1.3.1 https://github.com/speakeasy-api/speakeasy
### Releases
- [Composer v0.1.0] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.1.0 - .
10 changes: 7 additions & 3 deletions gen.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
management:
openapi-checksum: 2bba3b8f9d211b02569b3f9aff0d34b4
openapi-version: 0.3.0
speakeasy-version: 1.3.1
php:
version: 0.0.2
packagename: speakeasy-api/speakeasy-client-sdk-php
namespace: Speakeasy\SpeakeasyClientSDK
version: 0.1.0
packagename: speakeasy-api/speakeasy-client-sdk-php
namespace: Speakeasy\SpeakeasyClientSDK
telemetryenabled: true
4 changes: 2 additions & 2 deletions src/SDK.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ class SDK
private ?models\shared\Security $_security;
private string $_serverUrl;
private string $_language = "php";
private string $_sdkVersion = "0.0.2";
private string $_genVersion = "0.0.1";
private string $_sdkVersion = "0.1.0";
private string $_genVersion = "1.3.1";

public static function builder(): SDKBuilder
{
Expand Down

0 comments on commit 400c5cb

Please sign in to comment.