Commit 15ac738c608d2b9230246f8cc824ef5ff917938f

Authored by Jacob Vosmaer
1 parent a0c3643f
Exists in 6-8-stable

Bump the required gitlab-shell version to 1.9.3

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/tasks/gitlab/check.rake
... ... @@ -779,7 +779,7 @@ namespace :gitlab do
779 779 end
780 780  
781 781 def check_gitlab_shell
782   - required_version = Gitlab::VersionInfo.new(1, 9, 1)
  782 + required_version = Gitlab::VersionInfo.new(1, 9, 3)
783 783 current_version = Gitlab::VersionInfo.parse(gitlab_shell_version)
784 784  
785 785 print "GitLab Shell version >= #{required_version} ? ... "
... ...