Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
stable version setting bump
Browse files Browse the repository at this point in the history
  • Loading branch information
zegenie committed Feb 19, 2019
1 parent 370a8d3 commit 5487ebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/framework/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ final class Settings
protected static $_ver_mj = 4;
protected static $_ver_mn = 3;
protected static $_ver_rev = 0;
protected static $_ver_name = "On the road again";
protected static $_ver_name = "";
protected static $_defaultscope;
protected static $_settings;

Expand Down Expand Up @@ -1119,7 +1119,7 @@ public static function clearLicenseIdentifier()

public static function isStable(): bool
{
return false;
return true;
}

}

0 comments on commit 5487ebc

Please sign in to comment.