We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ee11d commit 4790f0eCopy full SHA for 4790f0e
Makefile
@@ -25,7 +25,7 @@ load_integration_tests = $(patsubst %,-l %, $(integration_tests))
25
# Autocomplete binary distribution.
26
ac_name = fsautocomplete
27
ac_exe = $(bin_d)/$(ac_name).exe
28
-ac_version = 0.35.0
+ac_version = 0.36.0
29
ac_archive = $(ac_name)-$(ac_version).zip
30
ac_url = https://github.com/fsharp/FsAutoComplete/releases/download/$(ac_version)/$(ac_name).zip
31
0 commit comments