summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/private/SDLGlobals.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/private/SDLGlobals.m')
-rw-r--r--SmartDeviceLink/private/SDLGlobals.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/private/SDLGlobals.m b/SmartDeviceLink/private/SDLGlobals.m
index 611787b9e..d6399d68e 100644
--- a/SmartDeviceLink/private/SDLGlobals.m
+++ b/SmartDeviceLink/private/SDLGlobals.m
@@ -15,7 +15,7 @@
NS_ASSUME_NONNULL_BEGIN
// VERSION DEPENDENT CODE
-NSString *const SDLMaxProxyProtocolVersion = @"5.4.0";
+NSString *const SDLMaxProxyProtocolVersion = @"5.4.1";
NSString *const SDLMaxProxyRPCVersion = @"8.0.0";
NSUInteger const SDLDefaultMTUSize = UINT32_MAX;