From 3ad5399a31dbfe359e7d2615412c20b715a8a604 Mon Sep 17 00:00:00 2001
From: SagePtr <sageptr@gmail.com>
Date: Sat, 11 Aug 2018 21:47:14 +0200
Subject: [PATCH] Update gitea version in install-from-binary docs (#4670)

---
 docs/content/doc/installation/from-binary.en-us.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/doc/installation/from-binary.en-us.md b/docs/content/doc/installation/from-binary.en-us.md
index 7af15c9e4b..3c23900559 100644
--- a/docs/content/doc/installation/from-binary.en-us.md
+++ b/docs/content/doc/installation/from-binary.en-us.md
@@ -21,7 +21,7 @@ the destination platform from the [downloads page](https://dl.gitea.io/gitea), c
 the URL and replace the URL within the commands below:
 
 ```sh
-wget -O gitea https://dl.gitea.io/gitea/1.4.3/gitea-1.4.3-linux-amd64
+wget -O gitea https://dl.gitea.io/gitea/1.5.0/gitea-1.5.0-linux-amd64
 chmod +x gitea
 ```