Bump version to 1.49

This commit is contained in:
Tony Murray
2019-03-03 21:37:13 -06:00
parent 8f310c0769
commit 411f36a9a1

View File

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