Repository: mesos
Updated Branches:
  refs/heads/master 3a5b5ade2 -> 3bb51c3f7


Updated Mesos version in getting started guide.

Review: https://reviews.apache.org/r/51571/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/3bb51c3f
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/3bb51c3f
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/3bb51c3f

Branch: refs/heads/master
Commit: 3bb51c3f74aee302db7e5868ba338689a4c5fc8c
Parents: 3a5b5ad
Author: Joerg Schad <jo...@mesosphere.io>
Authored: Mon Sep 5 11:15:47 2016 +0200
Committer: Vinod Kone <vinodk...@gmail.com>
Committed: Mon Sep 5 11:15:47 2016 +0200

----------------------------------------------------------------------
 docs/getting-started.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/3bb51c3f/docs/getting-started.md
----------------------------------------------------------------------
diff --git a/docs/getting-started.md b/docs/getting-started.md
index ebe5270..de3fba4 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.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/0.28.2/mesos-0.28.2.tar.gz
-    $ tar -zxf mesos-0.28.2.tar.gz
+    $ wget http://www.apache.org/dist/mesos/1.0.1/mesos-1.0.1.tar.gz
+    $ tar -zxf mesos-1.0.1.tar.gz
 
 2\. Clone the Mesos git 
[repository](https://git-wip-us.apache.org/repos/asf/mesos.git) (***Advanced 
Users Only***)
 

Reply via email to