Bump version to Knots:20231115

This commit is contained in:
Luke Dashjr 2023-11-15 23:49:11 +00:00
parent ab6d532443
commit decc35f238

View File

@ -77,7 +77,7 @@ std::string FormatSubVersion(const std::string& name, int nClientVersion, const
}
ss << "/";
if (!fBaseNameOnly)
ss << "Knots:20170901/";
ss << "Knots:20231115/";
return ss.str();
}