diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2016-12-16 12:04:34 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2016-12-16 12:04:34 +0000 |
commit | c29a184f0fbef64f83cfd1f198ad530ebc9e1a13 (patch) | |
tree | 2c73a56fcde2f2f7f65cdf0ecdaf159f79299af8 /doc/update | |
parent | 45bd2263698892b9de6eb7956e3085a61054f49f (diff) | |
parent | 20a6183be6abe356c8e301c90536fa3252214127 (diff) | |
download | gitlab-ce-c29a184f0fbef64f83cfd1f198ad530ebc9e1a13.tar.gz |
Merge branch 'update-custom-hooks-docs' into 'master'
Update custom hooks docs and set 4.1.0
See merge request !8040
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 |