Bump version to 1.63

This commit is contained in:
Tony Murray
2020-04-27 22:52:42 -05:00
parent f078371145
commit 84c1f1a0b6

View File

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