gitlab: upgrade to CE v.7.9.1

This commit is contained in:
Sameer Naik 2015-03-26 16:29:36 +05:30
parent 62249474e6
commit bf28aabed2
3 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@
**latest**
- init: set default value of `SMTP_OPENSSL_VERIFY_MODE` to `none`
- gitlab: upgrade to CE v.7.9.1
**7.9.0**
- gitlab-shell: upgrade to v.2.6.0

View File

@ -1 +1 @@
7.9.0
7.9.1

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -e
GITLAB_VERSION=7.9.0
GITLAB_VERSION=7.9.1
GITLAB_SHELL_VERSION=2.6.0
GITLAB_HOME="/home/git"