Bump version to 1.53

This commit is contained in:
Tony Murray
2019-07-01 00:07:02 -05:00
parent 9962fd8b2f
commit 87a2231469

View File

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