Commit f931195d341f8bf8baa80e33c019fcb10045af97

Authored by Job van der Voort
1 parent c2ad3063

bump versions in update guide

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
doc/update/6.7-to-6.8.md
@@ -21,7 +21,7 @@ sudo -u git -H git fetch --all @@ -21,7 +21,7 @@ sudo -u git -H git fetch --all
21 For Gitlab Community Edition: 21 For Gitlab Community Edition:
22 22
23 ```bash 23 ```bash
24 -sudo -u git -H git checkout 6-7-stable 24 +sudo -u git -H git checkout 6-8-stable
25 ``` 25 ```
26 26
27 OR 27 OR
@@ -29,7 +29,7 @@ OR @@ -29,7 +29,7 @@ OR
29 For GitLab Enterprise Edition: 29 For GitLab Enterprise Edition:
30 30
31 ```bash 31 ```bash
32 -sudo -u git -H git checkout 6-7-stable-ee 32 +sudo -u git -H git checkout 6-8-stable-ee
33 ``` 33 ```
34 34
35 ### 3. Update gitlab-shell (and its config) 35 ### 3. Update gitlab-shell (and its config)