Skip to content

Commit

Permalink
Merge pull request #23 from rollout/features/sdk5
Browse files Browse the repository at this point in the history
Fix DeviceProperties.DEFAULT_LIB_VERSION.
  • Loading branch information
AsafRollout authored Oct 27, 2021
2 parents 477db77 + 10cc29c commit 3837ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 = '4.8.0';
const DEFAULT_LIB_VERSION = '5.0.0';
const DEFAULT_DISTINCT_ID = 'stam'; // FIXME: what?
const BUILD_NUMBER = "50"; // FIXME: fix the build number

Expand Down

0 comments on commit 3837ec7

Please sign in to comment.