Commit b019c06195cf3ca3e097f57c53cbd863165fa077

Authored by Marin Jankovski
1 parent 9f80ab8e

Required shell version is now 1.9.4.

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, 3)
  782 + required_version = Gitlab::VersionInfo.new(1, 9, 4)
783 783 current_version = Gitlab::VersionInfo.parse(gitlab_shell_version)
784 784  
785 785 print "GitLab Shell version >= #{required_version} ? ... "
... ...