From e3c3ba19627a8a740b3146b8c24f0ce78fd674a1 Mon Sep 17 00:00:00 2001 From: harshi22 Date: Fri, 23 Aug 2019 15:55:39 -0700 Subject: [PATCH] Update ServiceConstants.java --- src/com/amazon/pay/types/ServiceConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/amazon/pay/types/ServiceConstants.java b/src/com/amazon/pay/types/ServiceConstants.java index 78b49b2..24ca49f 100644 --- a/src/com/amazon/pay/types/ServiceConstants.java +++ b/src/com/amazon/pay/types/ServiceConstants.java @@ -152,7 +152,7 @@ public class ServiceConstants { public static final String GET_MERCHANT_ACCOUNT_STATUS = "GetMerchantAccountStatus"; // SDK version - public static final String APPLICATION_LIBRARY_VERSION = "3.6.0"; + public static final String APPLICATION_LIBRARY_VERSION = "3.6.1"; public static final String GITHUB_SDK_NAME = "amazon-pay-sdk-java"; // Exponential backoff wait times (milliseconds) for retry operations