X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=adfef71bef24e815cef7eef8152ccd27e5ea2c4a;hb=ca056e7fd1e2bcc8390aabdc6b4fcb84aeb0d302;hp=39990d55a7c59292f1a7ba78caa5dcbc146189e3;hpb=cf8a5e1eedbed484dbcb1ddc9f7a13fc19b7a27b;p=github%2Fwallabag%2Fwallabag.git diff --git a/index.php b/index.php index 39990d55..adfef71b 100755 --- a/index.php +++ b/index.php @@ -8,7 +8,7 @@ * @license http://opensource.org/licenses/MIT see COPYING file */ -define ('POCHE', '1.8.0'); +define ('POCHE', '1.8.1'); require 'check_essentials.php'; require 'check_setup.php'; require_once 'inc/poche/global.inc.php'; @@ -19,4 +19,4 @@ Session::init(); // Let's rock ! $wallabag = new Poche(); -$wallabag->run(); \ No newline at end of file +$wallabag->run();