Skip to content

Commit

Permalink
* [MOD] Bump version&build numbers
Browse files Browse the repository at this point in the history
Signed-off-by: Rubén D <nuxsmin@syspass.org>
  • Loading branch information
nuxsmin committed Jan 20, 2019
1 parent 1cd6eb0 commit 8b74791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/SP/Services/Install/Installer.php
Expand Up @@ -54,9 +54,9 @@ final class Installer extends Service
/**
* sysPass' version and build number
*/
const VERSION = [3, 0, 0];
const VERSION = [3, 0, 1];
const VERSION_TEXT = '3.0';
const BUILD = 18122601;
const BUILD = 19200101;

/**
* @var DatabaseSetupInterface
Expand Down

0 comments on commit 8b74791

Please sign in to comment.