Skip to content

Commit d18e1b6

Browse files
Merge pull request #630 from Adyen/promote/main
Release v17.2.1
2 parents bfb16fd + 832249b commit d18e1b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
[![version](https://img.shields.io/badge/version-17.2.0-blue.svg)](https://packagist.org/packages/adyen/php-api-library)
7+
[![version](https://img.shields.io/badge/version-17.3.0-blue.svg)](https://packagist.org/packages/adyen/php-api-library)
88

99
## Supported API versions
1010
The library supports all APIs under the following services:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17.2.0
1+
17.3.0

src/Adyen/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class Client
99
{
10-
const LIB_VERSION = "17.2.0";
10+
const LIB_VERSION = "17.3.0";
1111
const LIB_NAME = "adyen-php-api-library";
1212
const USER_AGENT_SUFFIX = "adyen-php-api-library/";
1313
const ENDPOINT_TEST = "https://pal-test.adyen.com";

0 commit comments

Comments
 (0)