diff --git a/doctum-config.php b/doctum-config.php
index 461333e77..2e13b5045 100644
--- a/doctum-config.php
+++ b/doctum-config.php
@@ -18,7 +18,7 @@
 $versions = GitVersionCollection::create($dir)
     // In a non case-sensitive way, tags containing "PR", "RC", "BETA" and "ALPHA" will be filtered out
     // To change this, use: `$versions->setFilter(static function (string $version): bool { // ... });`
-    ->add('master', '3.x branch')
+    ->add('develop', '3.x branch')
     ->add('v2-master', '2.x branch')
     ->add('v1', '1.x branch');