Skip to content

Commit

Permalink
3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeen committed Jun 30, 2019
1 parent 3555e85 commit 39de9a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/classes/Core.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ class Core {
private static $apiEnabled = false;

// non-overridable settings
private static $version = "3.2.8";
private static $releaseDate = "2017-09-12";
private static $version = "3.3.0";
private static $releaseDate = "2019-06-30";
private static $minimumPHPVersion = "5.3.0";
private static $minimumMySQLVersion = "4.1.3";
private static $settingsFileExists = false;
Expand Down

0 comments on commit 39de9a7

Please sign in to comment.