Skip to content

Commit

Permalink
fix: prepare for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanSpeakEasy committed Feb 10, 2023
1 parent 734e990 commit 2ae3e31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"Speakeasy\\SpeakeasyClientSDK\\": "src/"
}
},
"license": "Apache-2.0",
"require": {
"php": ">=8.1.0",
"guzzlehttp/guzzle": "^7.0",
Expand Down
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
php:
version: 0.0.1
version: 0.0.2
packagename: speakeasy-api/speakeasy-client-sdk-php
namespace: Speakeasy\SpeakeasyClientSDK
telemetryenabled: true
2 changes: 1 addition & 1 deletion src/SDK.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class SDK
private ?models\shared\Security $_security;
private string $_serverUrl;
private string $_language = "php";
private string $_sdkVersion = "0.0.1";
private string $_sdkVersion = "0.0.2";
private string $_genVersion = "0.0.1";

public static function builder(): SDKBuilder
Expand Down

0 comments on commit 2ae3e31

Please sign in to comment.