diff options
author | SagePtr <sageptr@gmail.com> | 2018-08-11 21:47:14 +0200 |
---|---|---|
committer | techknowlogick <techknowlogick@users.noreply.github.com> | 2018-08-11 15:47:14 -0400 |
commit | 3ad5399a31dbfe359e7d2615412c20b715a8a604 (patch) | |
tree | 71d09d15a7e5ed9efc6e981dc218cadb8842047c /docs | |
parent | 69a855f3d4b9060bfdc0256aecf29632106c48f5 (diff) | |
download | gitea-3ad5399a31dbfe359e7d2615412c20b715a8a604.tar.gz gitea-3ad5399a31dbfe359e7d2615412c20b715a8a604.zip |
Update gitea version in install-from-binary docs (#4670)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/installation/from-binary.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 ``` |