Skip to content

Commit a285d89

Browse files
committed
package version bumb
1 parent c05fd62 commit a285d89

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.openapi-generator/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ additionalProperties:
77
RepoId: php-vitexsoftware-rbczpremiumapi
88
infoEmail: info@vitexsoftware.cz
99
allowUnicodeIdentifiers: true
10-
artifactVersion: 0.2.0
10+
artifactVersion: 1.3.1
1111
invokerPackage: VitexSoftware\Raiffeisenbank
1212
modelPackage: Model
1313
variableNamingConvention: camelCase

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ info@vitexsoftware.cz
143143
This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
144144

145145
- API version: `1.1.20240910`
146-
- Package version: `0.2.0`
146+
- Package version: `1.3.1`
147147
- Build package: `org.openapitools.codegen.languages.PhpClientCodegen`
148148

149149

debian/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deb/rbczpremiumapi",
33
"description": "An Core of PHP Framework for Ease of writing Applications (debianized)",
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"authors": [
66
{
77
"name": "Vítězslav Dvořák",

lib/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class Configuration
8989
/**
9090
* User agent of the HTTP request, set to "OpenAPI-Generator/{version}/PHP" by default.
9191
*/
92-
protected string $userAgent = 'VitexSoftware/RBCZPremiumAPI/0.2.0/PHP';
92+
protected string $userAgent = 'VitexSoftware/RBCZPremiumAPI/1.3.1/PHP';
9393

9494
/**
9595
* Debug switch (default set to false).
@@ -427,7 +427,7 @@ public static function toDebugReport()
427427
$report .= ' OS: '.php_uname().\PHP_EOL;
428428
$report .= ' PHP Version: '.\PHP_VERSION.\PHP_EOL;
429429
$report .= ' The version of the OpenAPI document: 1.1.20240910'.\PHP_EOL;
430-
$report .= ' SDK Package Version: 0.2.0'.\PHP_EOL;
430+
$report .= ' SDK Package Version: 1.3.1'.\PHP_EOL;
431431
$report .= ' Temp Folder Path: '.self::getDefaultConfiguration()->getTempFolderPath().\PHP_EOL;
432432

433433
return $report;

0 commit comments

Comments
 (0)