Skip to content

Commit 17b5176

Browse files
committed
updated LIB_VERSION from 1.4.1 to 1.5.0 in Client
1 parent 28c7786 commit 17b5176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/adyen/Client.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class Client {
4040
public static final String MARKETPAY_FUND_API_VERSION = "v3";
4141
public static final String MARKETPAY_NOTIFICATION_API_VERSION = "v1";
4242
public static final String USER_AGENT_SUFFIX = "adyen-java-api-library/";
43-
public static final String LIB_VERSION = "1.4.1";
43+
public static final String LIB_VERSION = "1.5.0";
4444
public static final String CHECKOUT_ENDPOINT_TEST = "https://checkout-test.adyen.com";
4545
public static final String CHECKOUT_ENDPOINT_LIVE = "https://checkout-live.adyen.com";
4646
public static final String CHECKOUT_API_VERSION = "v32";

0 commit comments

Comments
 (0)