Skip to content

Commit

Permalink
Update minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxsmin committed Feb 21, 2014
1 parent 061eec7 commit 50bf9d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inc/util.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,15 +169,15 @@ 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);
}

/**
* @brief Devuelve la versión de sysPass
* @return string con la versión
*/
public static function getVersionString() {
return '1.0-6';
return '1.0-7';
}

/**
Expand Down Expand Up @@ -264,4 +264,4 @@ public static function logout(){
echo '<script>doLogout();</script>';
exit();
}
}
}

0 comments on commit 50bf9d9

Please sign in to comment.