Bump version 1.50.1

This commit is contained in:
Tony Murray
2019-04-12 20:47:50 -05:00
parent f4908f444b
commit f37e28a5f2
+1 -1
View File
@@ -30,7 +30,7 @@ use LibreNMS\DB\Eloquent;
class Version
{
// Update this on release
const VERSION = '1.50';
const VERSION = '1.50.1';
protected $is_git_install = false;