From 329b68deb3f3a633a68c85d014bff914665339de Mon Sep 17 00:00:00 2001 From: SagePtr Date: Sat, 11 Aug 2018 21:47:14 +0200 Subject: [PATCH] Update gitea version in install-from-binary docs (#4670) --- doc/installation/from-binary.en-us.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation/from-binary.en-us.md b/doc/installation/from-binary.en-us.md index 7af15c9e..3c239005 100644 --- a/doc/installation/from-binary.en-us.md +++ b/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 ```