diff --git a/Changelog.md b/Changelog.md index f1f02e39..a9cb3c29 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,7 @@ - init: added GOOGLE_ANALYTICS_ID configuration option - added support for mantis issue tracker - fixed log rotation configuration +- gitlab-shell: upgrade to v.2.4.1 **7.6.2** - gitlab: upgrade to CE v.7.6.2 diff --git a/assets/setup/install b/assets/setup/install index 0e018c41..c16ccf48 100755 --- a/assets/setup/install +++ b/assets/setup/install @@ -2,7 +2,7 @@ set -e GITLAB_VERSION=7.6.2 -GITLAB_SHELL_VERSION=2.4.0 +GITLAB_SHELL_VERSION=2.4.1 GITLAB_HOME="/home/git" GITLAB_INSTALL_DIR="${GITLAB_HOME}/gitlab"