Bump version to 1.56

This commit is contained in:
Tony Murray
2019-09-30 11:07:05 +00:00
parent 121c5bc030
commit 4c075a3484

View File

@@ -30,7 +30,7 @@ use LibreNMS\DB\Eloquent;
class Version
{
// Update this on release
const VERSION = '1.55';
const VERSION = '1.56';
protected $is_git_install = false;