This is an automated email from the ASF dual-hosted git repository.
gaston pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git
The following commit(s) were added to refs/heads/master by this push:
new fa45a88 Updated the website for the 1.7.0 release.
fa45a88 is described below
commit fa45a88b4881c7de2cef62fbcd022d22b9101b8b
Author: Gastón Kleiman <[email protected]>
AuthorDate: Wed Sep 19 12:20:41 2018 -0700
Updated the website for the 1.7.0 release.
---
docs/building.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/building.md b/docs/building.md
index 922052d..adfbd9c 100644
--- a/docs/building.md
+++ b/docs/building.md
@@ -11,8 +11,8 @@ There are different ways you can get Mesos:
1\. Download the latest stable release from
[Apache](http://mesos.apache.org/downloads/) (***Recommended***)
- $ wget http://www.apache.org/dist/mesos/1.6.1/mesos-1.6.1.tar.gz
- $ tar -zxf mesos-1.6.1.tar.gz
+ $ wget http://www.apache.org/dist/mesos/1.7.0/mesos-1.7.0.tar.gz
+ $ tar -zxf mesos-1.7.0.tar.gz
2\. Clone the Mesos git
[repository](https://gitbox.apache.org/repos/asf/mesos.git) (***Advanced Users
Only***)