diff --git a/inc/util.class.php b/inc/util.class.php index 7bda07c13..e58e4c967 100644 --- a/inc/util.class.php +++ b/inc/util.class.php @@ -169,7 +169,7 @@ public static function curlIsAvailable(){ * @return array con el número de versión */ public static function getVersion() { - return array(1, 00, 06); + return array(1, 00, 07); } /** @@ -177,7 +177,7 @@ public static function getVersion() { * @return string con la versión */ public static function getVersionString() { - return '1.0-6'; + return '1.0-7'; } /** @@ -264,4 +264,4 @@ public static function logout(){ echo ''; exit(); } -} \ No newline at end of file +}