gitlab: upgrade to CE v.7.10.3

This commit is contained in:
Sameer Naik 2015-05-10 20:58:21 +05:30
parent 91d741ff94
commit bdbe6768f7
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog
**latest**
- gitlab: upgrade to CE v.7.10.3
**7.10.2**
- init: added support for remote AWS backups
- gitlab: upgrade to CE v.7.10.2

View File

@ -1 +1 @@
7.10.2
7.10.3

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -e
GITLAB_VERSION=7.10.2
GITLAB_VERSION=7.10.3
GITLAB_SHELL_VERSION=2.6.2
GITLAB_HOME="/home/git"