Merge branch 'gitlab-next'

This commit is contained in:
Sameer Naik 2015-01-30 11:59:54 +05:30
commit b1076d1f7e
3 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,9 @@
# Changelog
**latest**
- gitlab-shell: upgrade to v.2.4.2
- gitlab: upgrade to CE v.7.7.2
**7.7.1**
- gitlab: upgrade to CE v.7.7.1

View File

@ -1 +1 @@
7.7.1
7.7.2

View File

@ -1,8 +1,8 @@
#!/bin/bash
set -e
GITLAB_VERSION=7.7.1
GITLAB_SHELL_VERSION=2.4.1
GITLAB_VERSION=7.7.2
GITLAB_SHELL_VERSION=2.4.2
GITLAB_HOME="/home/git"
GITLAB_INSTALL_DIR="${GITLAB_HOME}/gitlab"