]> source.dussan.org Git - gitea.git/commitdiff
Update gitea version in install-from-binary docs (#4670)
authorSagePtr <sageptr@gmail.com>
Sat, 11 Aug 2018 19:47:14 +0000 (21:47 +0200)
committertechknowlogick <techknowlogick@users.noreply.github.com>
Sat, 11 Aug 2018 19:47:14 +0000 (15:47 -0400)
docs/content/doc/installation/from-binary.en-us.md

index 7af15c9e4ba6fa7a0c8463262df6d1b0442853b9..3c2390055967650cac2c37fb56207aa1d977bfb7 100644 (file)
@@ -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
 ```