Skip to content

Commit 4c47a89

Browse files
committed
Require gitlab-shell 1.7.4
Signed-off-by: Dmitriy Zaporozhets <[email protected]>
1 parent 592d1fa commit 4c47a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tasks/gitlab/check.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ namespace :gitlab do
736736
end
737737

738738
def check_gitlab_shell
739-
required_version = Gitlab::VersionInfo.new(1, 7, 3)
739+
required_version = Gitlab::VersionInfo.new(1, 7, 4)
740740
current_version = Gitlab::VersionInfo.parse(gitlab_shell_version)
741741

742742
print "GitLab Shell version >= #{required_version} ? ... "

0 commit comments

Comments
 (0)