Skip to content
Snippets Groups Projects

6 2 stable

Closed gitlab-qa-bot requested to merge 6-2-stable into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -736,7 +736,7 @@ namespace :gitlab do
@@ -736,7 +736,7 @@ namespace :gitlab do
end
end
def check_gitlab_shell
def check_gitlab_shell
required_version = Gitlab::VersionInfo.new(1, 7, 3)
required_version = Gitlab::VersionInfo.new(1, 7, 4)
current_version = Gitlab::VersionInfo.parse(gitlab_shell_version)
current_version = Gitlab::VersionInfo.parse(gitlab_shell_version)
print "GitLab Shell version >= #{required_version} ? ... "
print "GitLab Shell version >= #{required_version} ? ... "
Loading