Skip to content

Commit

Permalink
Release 17.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jillingk committed Apr 3, 2024
1 parent f7dd192 commit e1e5deb
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-17.3.1-blue.svg)](https://packagist.org/packages/adyen/php-api-library)
[![version](https://img.shields.io/badge/version-17.4.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 @@
17.3.1
17.4.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 = "17.3.1";
const LIB_VERSION = "17.4.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 e1e5deb

Please sign in to comment.