We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854ea1e commit 7ef7c55Copy full SHA for 7ef7c55
app/includes/common.php
@@ -28,7 +28,7 @@
28
29
global $config;
30
31
-define('BACKEND_VERSION', '0.0.19');
+define('BACKEND_VERSION', '0.0.20');
32
33
if (!isset($config['DATA_PATH'])) {
34
$config['DATA_PATH'] = '';
mysql/init/init-0.0.20.sql
@@ -0,0 +1,4 @@
1
+--------------------
2
+-- init 0.0.20
3
4
+UPDATE `obs_config` SET `config_value` = '0.0.20' WHERE `obs_config`.`config_param` = 'vigilo_db_version';
0 commit comments