From c20fc9b3863d4b7caa8057fed1f0af9448b0ab78 Mon Sep 17 00:00:00 2001 From: Cristian Curteanu Date: Tue, 16 Jul 2024 14:07:02 +0300 Subject: [PATCH] [fix] - update version --- src/Rox/Core/Client/DeviceProperties.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Rox/Core/Client/DeviceProperties.php b/src/Rox/Core/Client/DeviceProperties.php index c0f4108..479018c 100644 --- a/src/Rox/Core/Client/DeviceProperties.php +++ b/src/Rox/Core/Client/DeviceProperties.php @@ -8,7 +8,7 @@ class DeviceProperties implements DevicePropertiesInterface { - const DEFAULT_LIB_VERSION = '5.0.3'; + const DEFAULT_LIB_VERSION = '6.0.0'; const DEFAULT_DISTINCT_ID = 'stam'; // FIXME: what? const BUILD_NUMBER = "50"; // FIXME: fix the build number @@ -29,8 +29,8 @@ class DeviceProperties implements DevicePropertiesInterface */ public function __construct( SdkSettingsInterface $sdkSettings, - RoxOptionsInterface $roxOptions) - { + RoxOptionsInterface $roxOptions + ) { $this->_sdkSettings = $sdkSettings; $this->_roxOptions = $roxOptions; }