mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 07:04:07 +01:00
* [FIX] Added plugins directory (empty by default). Thanks to @ortizleo for noticing
This commit is contained in:
0
inc/Plugins/.blank
Normal file
0
inc/Plugins/.blank
Normal file
@@ -386,8 +386,8 @@ class Util
|
||||
*/
|
||||
public static function getVersion($retBuild = false, $normalized = false)
|
||||
{
|
||||
$build = 17083101;
|
||||
$version = [2, 1, 13];
|
||||
$build = 17090101;
|
||||
$version = [2, 1, 14];
|
||||
|
||||
if ($normalized === true) {
|
||||
return [implode('', $version), $build];
|
||||
|
||||
Reference in New Issue
Block a user