From 41401166355b92420bda9bff19a913d8d04e60d8 Mon Sep 17 00:00:00 2001 From: Dirk Stascheit Date: Wed, 14 Jul 2021 10:16:31 +0200 Subject: [PATCH] Update _index.md updated the version numbers to reflect the oCIS 1.9 release --- docs/ocis/getting-started/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ocis/getting-started/_index.md b/docs/ocis/getting-started/_index.md index 553bc1c03e..c100525352 100644 --- a/docs/ocis/getting-started/_index.md +++ b/docs/ocis/getting-started/_index.md @@ -27,11 +27,11 @@ You can find the latest official release of oCIS at [our download mirror](https: The latest build from the master branch can be found at [our download mirrors testing section](https://download.owncloud.com/ocis/ocis/testing/). To run oCIS as binary you need to download it first and then run the following commands. -For this example, assuming version 1.7.0 of oCIS running on a Linux AMD64 host: +For this example, assuming version 1.9.0 of oCIS running on a Linux AMD64 host: ```console # download -curl https://download.owncloud.com/ocis/ocis/1.7.0/ocis-1.7.0-linux-amd64 --output ocis +curl https://download.owncloud.com/ocis/ocis/1.9.0/ocis-1.9.0-linux-amd64 --output ocis # make binary executable chmod +x ocis