Bump version to 1.48

This commit is contained in:
Tony Murray
2019-01-28 11:30:17 -06:00
parent 0211ed043f
commit 60a39caa35

View File

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