summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2019-07-12 13:08:11 -0400
committerJoel Fischer <joeljfischer@gmail.com>2019-07-12 13:08:11 -0400
commit098df6204abd8f56fb8264b051832780db92f9c4 (patch)
tree19c729feeb5a2f5abd416d9c9e87bf4fe6b1db42
parente6ca13d345381f9729a2ee52d252b8dcdf7c1c25 (diff)
downloadsdl_ios-098df6204abd8f56fb8264b051832780db92f9c4.tar.gz
Update MaxProxyRPCVersion to 6.0.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 735139b22..3fcce2bdb 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.1.0";
+NSString *const SDLMaxProxyRPCVersion = @"6.0.0";
NSUInteger const SDLDefaultMTUSize = UINT32_MAX;
NSUInteger const SDLV1MTUSize = 1024;