aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2024-01-30 11:47:53 -0500
committerDavid Goulet <dgoulet@torproject.org>2024-01-30 11:47:53 -0500
commit42215d64324018889cd77b2d03b6da93179dd438 (patch)
tree556d089cc23fb6b7902079dddf41038afa8ada34
parent824a0c466512401d67e66a8313331637edf0504c (diff)
parent50b564da184f317cc5ecbddc84f787320579fbf8 (diff)
downloadtor-42215d64324018889cd77b2d03b6da93179dd438.tar.gz
tor-42215d64324018889cd77b2d03b6da93179dd438.zip
Merge branch 'tor-gitlab/mr/791'
-rw-r--r--src/feature/dirauth/dirauth_options.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/dirauth/dirauth_options.inc b/src/feature/dirauth/dirauth_options.inc
index 9284c31a59..c6f9c09213 100644
--- a/src/feature/dirauth/dirauth_options.inc
+++ b/src/feature/dirauth/dirauth_options.inc
@@ -77,7 +77,7 @@ CONF_VAR(RecommendedClientVersions, LINELIST, 0, NULL)
CONF_VAR(RecommendedServerVersions, LINELIST, 0, NULL)
/** Which minimal version of tor do we accept relay descriptors from? */
-CONF_VAR(MinimalAcceptedServerVersion, STRING, 0, "0.4.7.0-alpha-dev")
+CONF_VAR(MinimalAcceptedServerVersion, STRING, 0, "0.4.8.0-alpha-dev")
/** Relays which should be voted Guard regardless of uptime and bandwidth. */
CONF_VAR(AuthDirVoteGuard, ROUTERSET, 0, NULL)