Skip to content

Commit

Permalink
new versio to markup the rebrand
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel authored and daniel committed Dec 4, 2019
1 parent 8ecd2d6 commit 99a8670
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion install/checkConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
error_log("Can not create configuration again: ". json_encode($_SERVER));
exit;
}
$installationVersion = "2.6";
$installationVersion = "3.0";

header('Content-Type: application/json');

Expand Down
2 changes: 2 additions & 0 deletions update/updateDb.v3.0.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

UPDATE configurations SET version = '3.0', modified = now() WHERE id = 1;

0 comments on commit 99a8670

Please sign in to comment.