Skip to content

Commit

Permalink
release 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathaningram committed Jan 20, 2021
1 parent 711991e commit 9599932
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,5 +198,5 @@ [email protected]
This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: `v4`
- Package version: `3.0.3`
- Package version: `3.0.4`
- Build package: `org.openapitools.codegen.languages.PhpClientCodegen`
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sajari/sdk-php",
"version": "3.0.3",
"version": "3.0.4",
"description": "Sajari is a smart, highly-configurable, real-time search service that enables thousands of businesses worldwide to provide amazing search experiences on their websites, stores, and applications.",
"keywords": [
"sajari",
Expand Down
2 changes: 1 addition & 1 deletion generate/generate.bash
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [ -z "$TEMPLATES_PATH" ]; then
die "TEMPLATES_PATH must be set, e.g. /path/to/sajari/sdk-php/generate/templates"
fi

VERSION=3.0.3
VERSION=3.0.4

docker-entrypoint.sh generate \
-i /openapi.json \
Expand Down
2 changes: 1 addition & 1 deletion lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ public static function toDebugReport()
$report .= " OS: " . php_uname() . PHP_EOL;
$report .= " PHP Version: " . PHP_VERSION . PHP_EOL;
$report .= " The version of the OpenAPI document: v4" . PHP_EOL;
$report .= " SDK Package Version: 3.0.3" . PHP_EOL;
$report .= " SDK Package Version: 3.0.4" . PHP_EOL;
$report .=
" Temp Folder Path: " .
self::getDefaultConfiguration()->getTempFolderPath() .
Expand Down

0 comments on commit 9599932

Please sign in to comment.