diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2015-11-20 16:10:08 +0100 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2015-11-20 16:10:08 +0100 |
commit | 899807f604f7923cc40a64cdd0f61c4248b8870d (patch) | |
tree | 629b2ddf8aecd17e3084ed05abdbb49bae97f34a /lib/gitlab/lfs | |
parent | 807c1a993d414e6c4fb2622d0ba641f0bde5634c (diff) | |
download | gitlab-ce-899807f604f7923cc40a64cdd0f61c4248b8870d.tar.gz |
Update required version of lfs client and separate the docs for users and admins.required_version_and_docs_update
Diffstat (limited to 'lib/gitlab/lfs')
-rw-r--r-- | lib/gitlab/lfs/response.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/lfs/response.rb b/lib/gitlab/lfs/response.rb index aceef53ba60..c18dfbd485d 100644 --- a/lib/gitlab/lfs/response.rb +++ b/lib/gitlab/lfs/response.rb @@ -57,7 +57,7 @@ module Gitlab 501, { "Content-Type" => "application/json; charset=utf-8" }, [JSON.dump({ - 'message' => 'Server supports batch API only, please update your Git LFS client to version 0.6.0 and up.', + 'message' => 'Server supports batch API only, please update your Git LFS client to version 1.0.1 and up.', 'documentation_url' => "#{Gitlab.config.gitlab.url}/help", })] ] |