Skip to content

Commit

Permalink
Fixing schemea version to be latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jethrocarr committed May 27, 2018
1 parent 15bf5f8 commit f8e80a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/include/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
$GLOBALS["config"]["app_version"] = "1.9.0";

// define the schema version required
$GLOBALS["config"]["schema_version"] = "20150416";
$GLOBALS["config"]["schema_version"] = "20171107";



Expand Down

0 comments on commit f8e80a0

Please sign in to comment.