Skip to content

Commit

Permalink
Merge pull request #301 from xibosignage/develop
Browse files Browse the repository at this point in the history
Fix incorrect website version
  • Loading branch information
dasgarner authored Jan 16, 2018
2 parents 799ddee + d2db3a9 commit d84d411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/ConfigService.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
class ConfigService implements ConfigServiceInterface
{
public static $WEBSITE_VERSION_NAME = '1.8.4';
public static $WEBSITE_VERSION = 134;
public static $WEBSITE_VERSION = 135;
public static $VERSION_REQUIRED = '5.5';
public static $VERSION_UNSUPPORTED = '7.0';

Expand Down

0 comments on commit d84d411

Please sign in to comment.