aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-05-09 17:52:21 +0200
committerThomas Citharel <tcit@tcit.fr>2015-05-09 17:52:21 +0200
commitdc20ddf9b8836880d0abc0aa3d7fbd636c11ee81 (patch)
tree546a9e606e1f75d77d2a6bca7d66e0468a0446aa
parent8b90a8157ed6ae6f1a9df53e549963e279c4087e (diff)
downloadwallabag-dc20ddf9b8836880d0abc0aa3d7fbd636c11ee81.tar.gz
wallabag-dc20ddf9b8836880d0abc0aa3d7fbd636c11ee81.tar.zst
wallabag-dc20ddf9b8836880d0abc0aa3d7fbd636c11ee81.zip
version 1.9.1
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 3cb272cd..7e4fc600 100755
--- a/index.php
+++ b/index.php
@@ -8,7 +8,7 @@
8 * @license http://opensource.org/licenses/MIT see COPYING file 8 * @license http://opensource.org/licenses/MIT see COPYING file
9 */ 9 */
10 10
11define ('POCHE', '1.9.0'); 11define ('POCHE', '1.9.1');
12require 'check_essentials.php'; 12require 'check_essentials.php';
13require 'check_setup.php'; 13require 'check_setup.php';
14require_once 'inc/poche/global.inc.php'; 14require_once 'inc/poche/global.inc.php';