Skip to content

Commit ba22340

Browse files
committed
Bump version to Knots:20250305
1 parent db9ec3a commit ba22340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clientversion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ std::string FormatSubVersion(const std::string& name, int nClientVersion, const
7070
if (!comments.empty()) comments_str = strprintf("(%s)", Join(comments, "; "));
7171
std::string ua = strprintf("/%s:%s%s/", name, FormatVersion(nClientVersion), comments_str);
7272
if (!base_name_only) {
73-
ua += "Knots:20250205/";
73+
ua += "Knots:20250305/";
7474
}
7575
return ua;
7676
}

0 commit comments

Comments
 (0)