summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBalasankar C <balasankar@gitlab.com>2017-10-17 13:24:53 +0530
committerBalasankar C <balasankar@gitlab.com>2017-10-17 13:24:53 +0530
commitca2d1f9fa872ba7bea558676346aff298e52a3c6 (patch)
tree521048f157a0c8cf54ee25023139e44d9efaab58
parent6ba961499c732d930d4939c0fa3743afa20fd2a8 (diff)
downloadgitlab-ce-bump-git-2-13-6.tar.gz
Bump Git version to 2.13.6bump-git-2-13-6
-rw-r--r--doc/install/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 200cd94f43c..5eb02a88e34 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -80,7 +80,7 @@ Make sure you have the right version of Git installed
# Install Git
sudo apt-get install -y git-core
- # Make sure Git is version 2.13.0 or higher
+ # Make sure Git is version 2.13.6 or higher
git --version
Is the system packaged Git too old? Remove it and compile from source.