From 4aa86d436d1b98fcb1492f4a3f0e5402901f1fff Mon Sep 17 00:00:00 2001 From: Ashutosh Singh Date: Thu, 14 Jun 2018 16:57:45 +0530 Subject: [PATCH] Update to 1.9.5 --- Authorize.NET/Util/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Authorize.NET/Util/Constants.cs b/Authorize.NET/Util/Constants.cs index 0daf447e..84b0ab77 100644 --- a/Authorize.NET/Util/Constants.cs +++ b/Authorize.NET/Util/Constants.cs @@ -26,7 +26,7 @@ public static class Constants { public const int HttpConnectionDefaultTimeout = 30000; public const int HttpReadWriteDefaultTimeout = 30000; - public const string SDKVersion = "1.9.4"; + public const string SDKVersion = "1.9.5"; } #pragma warning restore 1591