diff options
| author | Marin Jankovski <marin@gitlab.com> | 2014-03-21 12:42:59 +0100 |
|---|---|---|
| committer | Marin Jankovski <marin@gitlab.com> | 2014-03-21 12:42:59 +0100 |
| commit | 895c913247e0444374316ea46dec9304ce1efdf4 (patch) | |
| tree | 697edd6911400fba8c4f2278e3f3572a867de5c4 /lib/tasks | |
| parent | 6d9dccbec802d8d5956f31eda4af4f03fafd66b8 (diff) | |
| download | gitlab-ce-895c913247e0444374316ea46dec9304ce1efdf4.tar.gz | |
Use the latest tag, 1.9.1 for gitlab-shell.
Diffstat (limited to 'lib/tasks')
| -rw-r--r-- | lib/tasks/gitlab/check.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/gitlab/check.rake b/lib/tasks/gitlab/check.rake index 067735d66b1..071760c0c36 100644 --- a/lib/tasks/gitlab/check.rake +++ b/lib/tasks/gitlab/check.rake @@ -742,7 +742,7 @@ namespace :gitlab do end def check_gitlab_shell - required_version = Gitlab::VersionInfo.new(1, 9, 0) + required_version = Gitlab::VersionInfo.new(1, 9, 1) current_version = Gitlab::VersionInfo.parse(gitlab_shell_version) print "GitLab Shell version >= #{required_version} ? ... " |
