summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-03-21 12:42:59 +0100
committerMarin Jankovski <marin@gitlab.com>2014-03-21 12:42:59 +0100
commit895c913247e0444374316ea46dec9304ce1efdf4 (patch)
tree697edd6911400fba8c4f2278e3f3572a867de5c4 /doc
parent6d9dccbec802d8d5956f31eda4af4f03fafd66b8 (diff)
downloadgitlab-ce-895c913247e0444374316ea46dec9304ce1efdf4.tar.gz
Use the latest tag, 1.9.1 for gitlab-shell.
Diffstat (limited to 'doc')
-rw-r--r--doc/install/installation.md2
-rw-r--r--doc/update/6.6-to-6.7.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index a0eac76ab5b..a37eb733147 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -128,7 +128,7 @@ GitLab Shell is an ssh access and repository management software developed speci
cd /home/git
# Clone gitlab shell
- sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-shell.git -b v1.8.0
+ sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-shell.git -b v1.9.1
cd gitlab-shell
diff --git a/doc/update/6.6-to-6.7.md b/doc/update/6.6-to-6.7.md
index f5b90c8ac5e..8a16e5d67be 100644
--- a/doc/update/6.6-to-6.7.md
+++ b/doc/update/6.6-to-6.7.md
@@ -37,7 +37,7 @@ sudo -u git -H git checkout 6-7-stable-ee
```bash
cd /home/git/gitlab-shell
sudo -u git -H git fetch
-sudo -u git -H git checkout v1.9.0
+sudo -u git -H git checkout v1.9.1
```
### 4. Install libs, migrations, etc.