diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-08-30 12:06:19 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-08-30 12:06:19 -0400 |
commit | 94469d567bfa4e634570ff909b9a9b0886a8cde8 (patch) | |
tree | 0e4f22b6986997ee79c08a40e15aafee39d484ae /app/constants.php | |
parent | 345c4caea49d50063d0af65440946002fe79912e (diff) |
Update documentation
Diffstat (limited to 'app/constants.php')
-rw-r--r-- | app/constants.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/constants.php b/app/constants.php index 4f82e343..cf515932 100644 --- a/app/constants.php +++ b/app/constants.php @@ -5,7 +5,7 @@ defined('DEBUG') or define('DEBUG', false); defined('DEBUG_FILE') or define('DEBUG_FILE', __DIR__.'/../data/debug.log'); // Application version -defined('APP_VERSION') or define('APP_VERSION', '1.23'); +defined('APP_VERSION') or define('APP_VERSION', 'master'); // Database driver: sqlite, mysql or postgres defined('DB_DRIVER') or define('DB_DRIVER', 'sqlite'); |