From 94469d567bfa4e634570ff909b9a9b0886a8cde8 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 30 Aug 2015 12:06:19 -0400 Subject: Update documentation --- app/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/constants.php') 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'); -- cgit v1.2.3