Skip to content

Commit eae9c80

Browse files
committed
chore: revert direct version changes to let release-it handle versioning
1 parent e65f319 commit eae9c80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/openapitools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"removeOperationIdPrefix": true,
1212
"additionalProperties": {
1313
"packageName": "MONEI-PHP-SDK",
14-
"artifactVersion": "2.6.0",
14+
"artifactVersion": "2.5.1",
1515
"gitHost": "github.com",
1616
"gitUserId": "monei",
1717
"gitRepoId": "monei-php-sdk"
@@ -24,7 +24,7 @@
2424
"removeOperationIdPrefix": true,
2525
"additionalProperties": {
2626
"packageName": "MONEI-PHP-SDK",
27-
"artifactVersion": "2.6.0",
27+
"artifactVersion": "2.5.1",
2828
"gitHost": "github.com",
2929
"gitUserId": "monei",
3030
"gitRepoId": "monei-php-sdk"

lib/MoneiClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class MoneiClient
3737
/**
3838
* @var string
3939
*/
40-
public const SDK_VERSION = '2.6.0';
40+
public const SDK_VERSION = '2.5.1';
4141

4242
/**
4343
* @var string

0 commit comments

Comments
 (0)