summaryrefslogtreecommitdiff
path: root/models/base.php
diff options
context:
space:
mode:
Diffstat (limited to 'models/base.php')
-rw-r--r--models/base.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/models/base.php b/models/base.php
index 85a8f252..8259bc6f 100644
--- a/models/base.php
+++ b/models/base.php
@@ -16,6 +16,7 @@ require __DIR__.'/schema.php';
abstract class Base
{
+ const APP_VERSION = 'master';
const DB_VERSION = 1;
const DB_FILENAME = 'data/db.sqlite';