Commit e7d538df authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'docs/add-commands-to-identify-gitlab-version' into 'master'

Add commands to identify GitLab version

See merge request gitlab-org/gitlab!46634
parents cdf97e7c 69fe0d53
......@@ -151,6 +151,15 @@ dnf install gitlab-ee-12.0.12-ee.0.el8
zypper install gitlab-ee=12.0.12-ee.0
```
To identify the GitLab version number in your package manager, run the following commands:
```shell
# apt-cache (Ubuntu/Debian)
sudo apt-cache madison gitlab-ee
# yum (RHEL/CentOS 6 and 7)
yum --showduplicates list gitlab-ee
```
## Patch releases
Patch releases **only include bug fixes** for the current stable released version of
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment