diff --git a/lib/gitlab/upgrader.rb b/lib/gitlab/upgrader.rb index 859923cb56..f46685e4bb 100644 --- a/lib/gitlab/upgrader.rb +++ b/lib/gitlab/upgrader.rb @@ -8,7 +8,7 @@ module Gitlab puts "Latest available version for GitLab #{current_version.major} is #{latest_version}" if latest_version? - puts "You use latest GitLab version" + puts "You are using the latest GitLab version" else puts "Newer GitLab version is available" answer = if ARGV.first == "-y"