Commit 2b6b07f31e203ff3e3d6eb0f05adc93493a3f5ac

Authored by Dmitriy Zaporozhets
1 parent 8f8a6bf2

Bump shell version

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
GITLAB_SHELL_VERSION
1 -1.9.5 1 +1.9.6
doc/install/installation.md
@@ -238,7 +238,7 @@ GitLab Shell is an ssh access and repository management software developed speci @@ -238,7 +238,7 @@ GitLab Shell is an ssh access and repository management software developed speci
238 cd /home/git/gitlab 238 cd /home/git/gitlab
239 239
240 # Run the installation task for gitlab-shell (replace `REDIS_URL` if needed): 240 # Run the installation task for gitlab-shell (replace `REDIS_URL` if needed):
241 - sudo -u git -H bundle exec rake gitlab:shell:install[v1.9.5] REDIS_URL=redis://localhost:6379 RAILS_ENV=production 241 + sudo -u git -H bundle exec rake gitlab:shell:install[v1.9.6] REDIS_URL=redis://localhost:6379 RAILS_ENV=production
242 242
243 # By default, the gitlab-shell config is generated from your main gitlab config. 243 # By default, the gitlab-shell config is generated from your main gitlab config.
244 # 244 #