upgrade to gitlab-ce 7.2.1

This commit is contained in:
Sameer Naik 2014-08-29 00:00:44 +05:30
parent 20693f04c3
commit 7e30b2e09b
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# Changelog
**latest**
- upgrade to gitlab-ce 7.2.1
- added new SMTP_ENABLED configuration option.
**7.2.0-1**

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -e
GITLAB_VERSION=7.2.0
GITLAB_VERSION=7.2.1
GITLAB_SHELL_VERSION=1.9.7
GITLAB_INSTALL_DIR="/home/git/gitlab"