Bump the ALE version

This commit is contained in:
w0rp
2019-10-16 17:23:31 +01:00
parent 7c5825ecbc
commit b24fd13423
2 changed files with 2 additions and 1 deletions

View File

@@ -156,7 +156,7 @@ function! ale#Queue(delay, ...) abort
endif
endfunction
let s:current_ale_version = [2, 5, 0]
let s:current_ale_version = [2, 6, 0]
" A function used to check for ALE features in files outside of the project.
function! ale#Has(feature) abort