Skip to content

Commit

Permalink
* [FIX] Fixed annoying issue when installing sysPass for the first ti…
Browse files Browse the repository at this point in the history
…me. It shouldn't require any upgrade.

* [MOD] Bump version&build numbers
  • Loading branch information
nuxsmin committed Jun 19, 2018
1 parent 21e1301 commit 12dc771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/SP/Util/Util.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ public static function getAppInfo($index = null)
*/
public static function getVersion($retBuild = false, $normalized = false)
{
$build = 18061801;
$build = 18061901;
$version = [2, 1, 16];

if ($normalized === true) {
Expand Down

0 comments on commit 12dc771

Please sign in to comment.