From 5ab905472d25eb5ecb9199610740ef5336b2d532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Mon, 29 Jul 2013 07:49:25 +0200 Subject: [PATCH] Next version will be only bugfixes. --- base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.php b/base.php index 7810e2f..30f75c4 100644 --- a/base.php +++ b/base.php @@ -6,7 +6,7 @@ * @author Sébastien Lucas */ -define ("VERSION", "0.6.0"); +define ("VERSION", "0.6.1"); define ("DB", "db"); date_default_timezone_set($config['default_timezone']);