summaryrefslogtreecommitdiff
path: root/app/constants.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-08-15 19:13:49 -0400
committerFrederic Guillot <fred@kanboard.net>2015-08-15 19:13:49 -0400
commit6079233a07374e6a9f96ec57d5db6016e8939e1d (patch)
tree360a3921bfe12075bfc2a5a931721d9caf897b4d /app/constants.php
parentcea32af4064d483b02f070db86a7a84d723bea81 (diff)
Add Makefile and remove the scripts directory
Diffstat (limited to 'app/constants.php')
-rw-r--r--app/constants.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/constants.php b/app/constants.php
index 072db543..99770aba 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', 'master');
+defined('APP_VERSION') or define('APP_VERSION', '1.23');
// Database driver: sqlite, mysql or postgres
defined('DB_DRIVER') or define('DB_DRIVER', 'sqlite');