diff --git a/inc/config.php b/inc/config.php index 9d4b7fa..8bafd59 100644 --- a/inc/config.php +++ b/inc/config.php @@ -8,7 +8,7 @@ * @license http://www.wtfpl.net/ see COPYING file */ -define ('POCHE_VERSION', '0.2'); +define ('POCHE_VERSION', '0.2.1'); if (!is_dir('db/')) { @mkdir('db/',0705);