Commit 77e565d347b2b7b56769977dacc4eb1d4a741ed3

Authored by Jacob Vosmaer
1 parent 7fab63b4

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} ? ... "
... ...