diff options
author | Marin Jankovski <marin@gitlab.com> | 2014-05-22 11:01:01 +0200 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2014-05-22 11:01:01 +0200 |
commit | b019c06195cf3ca3e097f57c53cbd863165fa077 (patch) | |
tree | 6423be401fb2eba0dc712c8d0b890d28a52dafc2 /lib | |
parent | 9f80ab8e75181534cb21809258337f081beaf918 (diff) | |
download | gitlab-ce-b019c06195cf3ca3e097f57c53cbd863165fa077.tar.gz |
Required shell version is now 1.9.4.
Diffstat (limited to 'lib')
-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 bf015a1fe16..0387795fa48 100644 --- a/lib/tasks/gitlab/check.rake +++ b/lib/tasks/gitlab/check.rake @@ -779,7 +779,7 @@ namespace :gitlab do end def check_gitlab_shell - required_version = Gitlab::VersionInfo.new(1, 9, 3) + required_version = Gitlab::VersionInfo.new(1, 9, 4) current_version = Gitlab::VersionInfo.parse(gitlab_shell_version) print "GitLab Shell version >= #{required_version} ? ... " |