From decc35f238b9d34dab5b2ace78b30ba4efdc3f45 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Wed, 15 Nov 2023 23:49:11 +0000 Subject: [PATCH] Bump version to Knots:20231115 --- src/clientversion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clientversion.cpp b/src/clientversion.cpp index 53e8c2660f..e3c13e1bda 100644 --- a/src/clientversion.cpp +++ b/src/clientversion.cpp @@ -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(); }