diff options
author | Sean McGivern <sean@gitlab.com> | 2016-12-12 13:30:50 +0000 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2016-12-12 15:29:13 +0000 |
commit | 20a6183be6abe356c8e301c90536fa3252214127 (patch) | |
tree | cfd5e95fd2d8dd271ccd30236cb5b3c28c7df63d /doc/update | |
parent | 3f768f9a14ad90bbd79d384e3c287db4feea3e35 (diff) | |
download | gitlab-ce-20a6183be6abe356c8e301c90536fa3252214127.tar.gz |
Update custom hooks docs and set 4.1.0update-custom-hooks-docs
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/8.14-to-8.15.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.14-to-8.15.md b/doc/update/8.14-to-8.15.md index 5556dae2551..4eacab0c890 100644 --- a/doc/update/8.14-to-8.15.md +++ b/doc/update/8.14-to-8.15.md @@ -72,7 +72,7 @@ sudo -u git -H git checkout 8-15-stable-ee ```bash cd /home/git/gitlab-shell sudo -u git -H git fetch --all --tags -sudo -u git -H git checkout v4.0.3 +sudo -u git -H git checkout v4.1.0 ``` ### 6. Update gitlab-workhorse |