From d0287608b6d34f36caafbf699d44337052a0fe3d Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sun, 16 Nov 2014 02:29:01 +0100 Subject: [PATCH] update constant version --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); -- 2.41.0