Skip to content

Commit

Permalink
Merge pull request #662 from Adyen/promote/main
Browse files Browse the repository at this point in the history
Release v18.1.0
  • Loading branch information
AdyenAutomationBot committed Jun 6, 2024
2 parents 1e6efd7 + 7d3f572 commit 89b5faf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This is the officially supported PHP library for using Adyen's APIs.

[![version](https://img.shields.io/badge/version-18.0.0-blue.svg)](https://packagist.org/packages/adyen/php-api-library)
[![version](https://img.shields.io/badge/version-18.1.0-blue.svg)](https://packagist.org/packages/adyen/php-api-library)

## Supported API versions
The library supports all APIs under the following services:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.0.0
18.1.0
2 changes: 1 addition & 1 deletion src/Adyen/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class Client
{
const LIB_VERSION = "18.0.0";
const LIB_VERSION = "18.1.0";
const LIB_NAME = "adyen-php-api-library";
const USER_AGENT_SUFFIX = "adyen-php-api-library/";
const ENDPOINT_TEST = "https://pal-test.adyen.com";
Expand Down

0 comments on commit 89b5faf

Please sign in to comment.