Skip to content

Commit

Permalink
Merge pull request #49 from rollout/fix-version
Browse files Browse the repository at this point in the history
[fix] - update version
  • Loading branch information
CristianCurteanu authored Jul 16, 2024
2 parents 63864c9 + c20fc9b commit 50320d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Rox/Core/Client/DeviceProperties.php
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -29,8 +29,8 @@ class DeviceProperties implements DevicePropertiesInterface
*/
public function __construct(
SdkSettingsInterface $sdkSettings,
RoxOptionsInterface $roxOptions)
{
RoxOptionsInterface $roxOptions
) {
$this->_sdkSettings = $sdkSettings;
$this->_roxOptions = $roxOptions;
}
Expand Down

0 comments on commit 50320d9

Please sign in to comment.