update constant version

This commit is contained in:
Thomas Citharel 2014-11-16 02:29:01 +01:00
parent d3122db7b2
commit d0287608b6
1 changed files with 2 additions and 2 deletions

View File

@ -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();
$wallabag->run();