Bump version to Knots:20250305

This commit is contained in:
Luke Dashjr 2025-03-05 03:27:08 +00:00
parent db9ec3a8f5
commit ba223403bb

View File

@ -70,7 +70,7 @@ std::string FormatSubVersion(const std::string& name, int nClientVersion, const
if (!comments.empty()) comments_str = strprintf("(%s)", Join(comments, "; "));
std::string ua = strprintf("/%s:%s%s/", name, FormatVersion(nClientVersion), comments_str);
if (!base_name_only) {
ua += "Knots:20250205/";
ua += "Knots:20250305/";
}
return ua;
}