summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2019-03-05 12:34:14 -0500
committerNicoleYarroch <nicole@livio.io>2019-03-05 12:34:14 -0500
commit7009b8580ac04191d569666313735078583634f1 (patch)
treede73de9f89552a6248d60264f65647d62e3be7ad
parent89b94b2c9f4bdd93946f8bda935f7304dbe28ccd (diff)
downloadsdl_ios-7009b8580ac04191d569666313735078583634f1.tar.gz
Bumped the `SDLMaxProxyRPCVersion` to `5.1.0`
-rw-r--r--SmartDeviceLink/SDLGlobals.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLGlobals.m b/SmartDeviceLink/SDLGlobals.m
index 29c214f1e..735139b22 100644
--- a/SmartDeviceLink/SDLGlobals.m
+++ b/SmartDeviceLink/SDLGlobals.m
@@ -17,7 +17,7 @@ NS_ASSUME_NONNULL_BEGIN
// VERSION DEPENDENT CODE
NSString *const SDLMaxProxyProtocolVersion = @"5.2.0";
-NSString *const SDLMaxProxyRPCVersion = @"5.0.0";
+NSString *const SDLMaxProxyRPCVersion = @"5.1.0";
NSUInteger const SDLDefaultMTUSize = UINT32_MAX;
NSUInteger const SDLV1MTUSize = 1024;