mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-03 19:13:43 +02:00
bump min db version
This commit is contained in:
parent
3c343eb775
commit
802072ec17
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ using json = nlohmann::json;
|
|||
|
||||
namespace {
|
||||
|
||||
static const int DB_MINIMUM_VERSION = 20;
|
||||
static const int DB_MINIMUM_VERSION = 38;
|
||||
|
||||
static const char *_timestr()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue