diff --git a/src/AtomShell/install.jl b/src/AtomShell/install.jl index 9775462..890802d 100644 --- a/src/AtomShell/install.jl +++ b/src/AtomShell/install.jl @@ -2,7 +2,7 @@ import BinDeps rm′(f) = (isdir(f) || isfile(f)) && rm(f, recursive = true) -const version = "1.7.10" +const version = "1.8.6" folder() = normpath(joinpath(@__FILE__, "../../../deps"))