File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name: Publish
33 push :
44 branches :
55 - main
6- - beta
76 # paths:
87 # - RELEASES.md
98jobs :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ generation:
44 singleTagPerOp : true
55 telemetryEnabled : false
66php :
7- version : v1.0.20230623-beta.1
7+ version : v1.0.20230627
88 maxMethodParams : 0
99 namespace : formance\stack
1010 packageName : formance-sdk-php
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments