Bump to 1.62.2

This commit is contained in:
Tony Murray 2020-04-04 11:04:02 -05:00
parent 6ebd33cc8a
commit a82ee4b02b

View File

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