You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2015/07/29 23:21:27 UTC

mesos git commit: Fixed Mesos version in getting started doc.

Repository: mesos
Updated Branches:
  refs/heads/master 25a447add -> ebcf8cc2f


Fixed Mesos version in getting started doc.

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


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

Branch: refs/heads/master
Commit: ebcf8cc2f2f6c236f6e9315447c247e6348141e1
Parents: 25a447a
Author: Ryuichi Okumura <ok...@okuryu.com>
Authored: Wed Jul 29 14:20:59 2015 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Wed Jul 29 14:20:59 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/ebcf8cc2/docs/getting-started.md
----------------------------------------------------------------------
diff --git a/docs/getting-started.md b/docs/getting-started.md
index 38b0fe8..1203ab8 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -10,8 +10,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.22.1/mesos-0.22.1.tar.gz
-        $ tar -zxf mesos-0.22.1.tar.gz
+        $ wget http://www.apache.org/dist/mesos/0.23.0/mesos-0.23.0.tar.gz
+        $ tar -zxf mesos-0.23.0.tar.gz
 
 2. Clone the Mesos git [repository](https://git-wip-us.apache.org/repos/asf/mesos.git) (***Advanced Users Only***)