Skip to content

Commit 1c91102

Browse files
committed
Bump the ALE version to 4.0.0
1 parent 8506d0d commit 1c91102

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

autoload/ale.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ function! ale#Queue(delay, ...) abort
171171
endif
172172
endfunction
173173

174-
let s:current_ale_version = [3, 3, 0]
174+
let s:current_ale_version = [4, 0, 0]
175175

176176
" A function used to check for ALE features in files outside of the project.
177177
function! ale#Has(feature) abort

test/test_ale_has.vader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Execute(Checks for versions below the current version should succeed):
2-
AssertEqual 1, ale#Has('ale-3.3.0')
2+
AssertEqual 1, ale#Has('ale-4.0.0')
33
AssertEqual 1, ale#Has('ALE-2.2.1')
44
AssertEqual 1, ale#Has('ALE-1.0.0')
55

0 commit comments

Comments
 (0)