aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3e81c6d4..b9e12ce2 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,11 +1,3 @@
-## Branches
-
-As of late January 2020:
-
-* master is the latest released version (0.10.0).
-* dev-0.10.1 is the maintenance branch for 0.10.0. It will contain mostly bugfixes.
-* dev-0.11.0 is a big rewrite of dokka, it's changing fast and things may break but this is where new features should be developed.
-
## Building dokka
Dokka is built with Gradle. To build it, use `./gradlew build`.