Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-04-21 12:00:26 +0300
committerDouwe Maan <douwe@gitlab.com>2015-04-21 12:00:26 +0300
commitc7dc95d1d1f9360c0215ffe28404c04a03689bfa (patch)
treef71a4742cd255a4dde9f6e99d8ed150d08219423 /doc/update
parent76aade28e25d1f6e8924b35ed9bd365c8889987f (diff)
7.10 requires gitlab-shell 2.6.2.
Diffstat (limited to 'doc/update')
-rw-r--r--doc/update/6.x-or-7.x-to-7.10.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/6.x-or-7.x-to-7.10.md b/doc/update/6.x-or-7.x-to-7.10.md
index 2ee9a07cee3..39e12f32d0e 100644
--- a/doc/update/6.x-or-7.x-to-7.10.md
+++ b/doc/update/6.x-or-7.x-to-7.10.md
@@ -126,7 +126,7 @@ sudo apt-get install nodejs
```bash
cd /home/git/gitlab-shell
sudo -u git -H git fetch
-sudo -u git -H git checkout v2.6.0
+sudo -u git -H git checkout v2.6.2
```
## 7. Install libs, migrations, etc.