gitlab: upgrade to CE v.7.11.3

This commit is contained in:
Sameer Naik 2015-05-27 19:14:53 +05:30
parent c8a32757f5
commit 96126d33ed
3 changed files with 5 additions and 2 deletions

View File

@ -2,6 +2,9 @@
This file only reflects the changes that are made in the the docker image. Please refer to the upstream GitLab [CHANGELOG](https://github.com/gitlabhq/gitlabhq/blob/master/CHANGELOG) for the list of changes in GitLab.
**latest**
- gitlab: upgrade to CE v.7.11.3
**7.11.2**
- gitlab: upgrade to CE v.7.11.2

View File

@ -1 +1 @@
7.11.2
7.11.3

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -e
GITLAB_VERSION=7.11.2
GITLAB_VERSION=7.11.3
GITLAB_SHELL_VERSION=2.6.3
GITLAB_HOME="/home/git"