From 32c8c033399529125dd5fceb9b270853bc9e06f8 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 18 Feb 2020 18:16:12 +0100 Subject: [PATCH] Fix latest version on download page --- content/download/index.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/download/index.en.md b/content/download/index.en.md index fdcec0e..30c2990 100644 --- a/content/download/index.en.md +++ b/content/download/index.en.md @@ -17,7 +17,7 @@ You can download Vikunja in various forms: ## Backend (API-Server) -Latest [Stable](https://storage.kolaente.de/minio/vikunja/0.7/) or [Current master](https://storage.kolaente.de/minio/vikunja/master/). Everytime a commit to master is made, the latest build gets updated. +Latest [Stable](https://storage.kolaente.de/minio/vikunja/0.10/) or [Current master](https://storage.kolaente.de/minio/vikunja/master/). Everytime a commit to master is made, the latest build gets updated. You can also [get the source code](http://code.vikunja.io/api) and compile it yourself. Instructions on how to do this can be found in the repo.