upgrade gitlab-shell to version 1.9.4

This commit is contained in:
Sameer Naik 2014-04-24 15:47:27 +05:30
parent b4196eca4f
commit 05019fd2e0
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# Changelog
**latest**
- upgrade gitlab-shell to version 1.9.4
- cache compiled assets to boost application startup.
- fix symlink to uploads directory

View File

@ -2,7 +2,7 @@
set -e
GITLAB_VERSION=6.8.1
SHELL_VERSION=1.9.3
SHELL_VERSION=1.9.4
# add git user
adduser --disabled-login --gecos 'GitLab' git